Capitalisk / ldpos-commander

CLI client for LDPoS blockchains
MIT License
3 stars 2 forks source link

Tries to send a decimal number when the backend expects a string representation of an integer #66

Closed jondubois closed 3 years ago

jondubois commented 3 years ago

transaction post transfer Address of the recipient: clsk0000000000000000000000000000000000000000 Amount of the transfer: 2.3 Fee (Default: 0.1): Transaction message: Sending 2.29999999 token to clsk0000000000000000000000000000000000000000 with a fee of 0.1 Error: The postTransaction action invoked on the capitalisk_chain module failed because of the following error: Received invalid transaction 8b18b91a1a44e77ac92a2ccf79f08558d09afbef - Cannot convert 229999999.99999997 to a BigInt Error: Type help to see all available commands.

jondubois commented 3 years ago

Fixed.