remove misplaced CATCH statement

This commit is contained in:
Alfred Kamanda 2025-05-23 15:28:40 +03:00
parent b4bacfdc03
commit df8e0b4d4a
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -2,10 +2,9 @@ LOAD clear_temporary_value 2
RELOAD clear_temporary_value RELOAD clear_temporary_value
LOAD manage_vouchers 160 LOAD manage_vouchers 160
RELOAD manage_vouchers RELOAD manage_vouchers
CATCH api_failure flag_api_call_error 1 CATCH api_failure flag_api_call_error 1
LOAD check_balance 128 LOAD check_balance 128
RELOAD check_balance RELOAD check_balance
CATCH api_failure flag_api_call_error 1
MAP check_balance MAP check_balance
MOUT send 1 MOUT send 1
MOUT swap 2 MOUT swap 2