Merge pull request #465 from arshbot/feerate-fix

main: fix feepercent from intflags to float
pull/467/head
Harsha Goli 2 years ago committed by GitHub
commit c05ee21e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -232,7 +232,7 @@ var setParamsCommand = cli.Command{
Usage: "the limit placed on our estimated sweep fee " +
"in sat/vByte.",
},
cli.IntFlag{
cli.Float64Flag{
Name: "feepercent",
Usage: "the maximum percentage of swap amount to be " +
"used across all fee categories",

Loading…
Cancel
Save