fix: mktx amounts
This commit is contained in:
parent
07b9029850
commit
d8361b2a97
@ -231,8 +231,8 @@ class Commands:
|
|||||||
if change_addr and v == change_addr:
|
if change_addr and v == change_addr:
|
||||||
change_addr = k
|
change_addr = k
|
||||||
|
|
||||||
amount = int(10000000*amount)
|
amount = int(100000000*amount)
|
||||||
if fee: fee = int(10000000*fee)
|
if fee: fee = int(100000000*fee)
|
||||||
return self.wallet.mktx( [(to_address, amount)], self.password, fee , change_addr, from_addr)
|
return self.wallet.mktx( [(to_address, amount)], self.password, fee , change_addr, from_addr)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user