Skip to content

Commit 7f3b62c

Browse files
committed
use correct index
1 parent 5e1017d commit 7f3b62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bfxapi/models/withdraw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class WithdrawModel:
1010
METHOD = 2
1111
WALLET = 4
1212
AMOUNT = 5
13-
FEE = 7
13+
FEE = 8
1414

1515
class Withdraw:
1616
"""

0 commit comments

Comments
 (0)