Skip to content

Commit

Permalink
lncli: remove confusing default 0 for time lock delta [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Jul 29, 2022
1 parent fddfd3d commit 4a10af2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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
3 changes: 3 additions & 0 deletions docs/release-notes/release-notes-0.16.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
* [The `urfave/cli` library was updated to
`v2.11.1`](https://github.com/lightningnetwork/lnd/pull/6777)

* [Remove confusing default value for `lncli updatechanpolicy
--time_lock_delta`](https://github.com/lightningnetwork/lnd/pull/6778)

## Code Health

### Tooling and documentation
Expand Down

0 comments on commit 4a10af2

Please sign in to comment.