diff --git a/silkaj/tx.py b/silkaj/tx.py index d8fd8ccaa4a2b8076755ab6ad396ecad1ec71128..0c0bee9a8e4a052c82a616e808561ba6b4a7be58 100644 --- a/silkaj/tx.py +++ b/silkaj/tx.py @@ -108,9 +108,9 @@ async def transaction_amount(amount, amountUD, allSources): if not (amount or amountUD or allSources): message_exit("--amount nor --amountUD nor --allSources is set") if amount: - return amount * 100 + return round(amount * 100) if amountUD: - return amountUD * await UDValue().ud_value + return round(amountUD * await UDValue().ud_value) def check_transaction_values(