Skip to content

Commit d85e021

Browse files
gijswijsguggero
authored andcommitted
litcli: remove default value for sat_per_vbyte
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.
1 parent 31e610e commit d85e021

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/litcli/ln.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ var fundChannelCommand = cli.Command{
6464
Usage: "(optional) a manual fee expressed in " +
6565
"sat/vByte that should be used when crafting " +
6666
"the transaction",
67-
Value: 1,
6867
},
6968
cli.Uint64Flag{
7069
Name: "push_amt",

0 commit comments

Comments
 (0)