Skip to content

Commit

Permalink
litcli: remove default value for sat_per_vbyte
Browse files Browse the repository at this point in the history
This commit removes the default value of 1 for `sat_per_vbyte` that's
being passed to `litd` rpc endpoint `fundchannel`. `litd` handles this
now perfectly on its own, and adding logic here only adds to the
confusion.
  • Loading branch information
gijswijs authored and guggero committed Nov 25, 2024
1 parent 5861902 commit e0f81c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/litcli/ln.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ var fundChannelCommand = cli.Command{
Usage: "(optional) a manual fee expressed in " +
"sat/vByte that should be used when crafting " +
"the transaction",
Value: 1,
},
cli.Uint64Flag{
Name: "push_amt",
Expand Down

0 comments on commit e0f81c1

Please sign in to comment.