Skip to content

Commit

Permalink
lncli: remove confusing default 0 for time lock delta
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Jul 29, 2022
1 parent f4c49ea commit e65adee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lncli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -1998,6 +1998,7 @@ var updateChannelPolicyCommand = cli.Command{
Name: "time_lock_delta",
Usage: "the CLTV delta that will be applied to all " +
"forwarded HTLCs",
DefaultText: "no default",
},
&cli.Uint64Flag{
Name: "min_htlc_msat",
Expand Down

0 comments on commit e65adee

Please sign in to comment.