loop: fix loop in quote conf target flag usage field

pull/179/head
carla 4 years ago
parent 41550a9c4b
commit e36c5a45d3
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

@ -25,10 +25,9 @@ var quoteInCommand = cli.Command{
Flags: []cli.Flag{
cli.Uint64Flag{
Name: "conf_target",
Usage: "the number of blocks from the swap " +
"initiation height that the on-chain HTLC " +
"should be swept within in a Loop Out",
Value: 6,
Usage: "the target number of blocks the on-chain " +
"htlc broadcast by the swap client should " +
"confirm within",
},
},
Action: quoteIn,

Loading…
Cancel
Save