Skip to content

Commit c05ee21

Browse files
authored
Merge pull request #465 from arshbot/feerate-fix
main: fix feepercent from intflags to float
2 parents 40882b7 + 0b414cb commit c05ee21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/loop/liquidity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ var setParamsCommand = cli.Command{
232232
Usage: "the limit placed on our estimated sweep fee " +
233233
"in sat/vByte.",
234234
},
235-
cli.IntFlag{
235+
cli.Float64Flag{
236236
Name: "feepercent",
237237
Usage: "the maximum percentage of swap amount to be " +
238238
"used across all fee categories",

0 commit comments

Comments
 (0)