mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-20 13:27:50 +02:00
loopout: show expiry range in terms
This commit is contained in:
parent
05fd1da496
commit
e72d998e78
7 changed files with 152 additions and 103 deletions
|
|
@ -39,6 +39,9 @@ func terms(ctx *cli.Context) error {
|
|||
loopOutTerms.MinSwapAmount,
|
||||
loopOutTerms.MaxSwapAmount,
|
||||
)
|
||||
fmt.Printf("Cltv delta: %d - %d\n",
|
||||
loopOutTerms.MinCltvDelta, loopOutTerms.MaxCltvDelta,
|
||||
)
|
||||
}
|
||||
|
||||
fmt.Println()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue