diff --git a/silkaj/tx.py b/silkaj/tx.py
index 697db2616ba92647e46482a0b67d16586b92abc5..d0c0303c168ac43ca410b5644399e2766496c65d 100644
--- a/silkaj/tx.py
+++ b/silkaj/tx.py
@@ -121,11 +121,8 @@ async def send_transaction(
 
 async def transaction_amount(amount, amountUD, allSources):
     """
-    Check command line interface amount option
     Return transaction amount
     """
-    if not (amount or amountUD or allSources):
-        message_exit("--amount nor --amountUD nor --allSources is set")
     if amount:
         return round(amount * 100)
     if amountUD: