@ -159,7 +159,7 @@ def send(update, context):
# validate amount
try:
amount = Decimal(context.args[1])
amount = wownero.as_wownero(context.args[1])
except:
update.message.reply_text(f'Bad Wownero amount specified; "{context.args[1]}" is not a valid number.')
return False