Skip to content

Commit

Permalink
Merge pull request #1 from lundy405/patch-1
Browse files Browse the repository at this point in the history
Close issue lightningnetwork#1523 - Sane time_lock_delta default
  • Loading branch information
lundy405 committed Feb 26, 2019
2 parents a6cf6f4 + 01896c3 commit 3f42b0a
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 @@ -3251,6 +3251,7 @@ var updateChannelPolicyCommand = cli.Command{
Name: "time_lock_delta",
Usage: "the CLTV delta that will be applied to all " +
"forwarded HTLCs",
Value: 144,
},
cli.StringFlag{
Name: "chan_point",
Expand Down

0 comments on commit 3f42b0a

Please sign in to comment.