check community and my balance separately

This commit is contained in:
Carlosokumu 2024-11-18 17:30:09 +03:00
parent 1d4f116079
commit f2b17880ba
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
Salio la kikundi
{{.fetch_community_balance}}

View File

@ -1 +1 @@
{{.fetch_custodial_balances}}
{{.fetch_community_balance}}

View File

@ -1,7 +1,7 @@
LOAD reset_incorrect 6
LOAD fetch_custodial_balances 0
LOAD fetch_community_balance 0
CATCH api_failure flag_api_call_error 1
MAP fetch_custodial_balances
MAP fetch_community_balance
CATCH incorrect_pin flag_incorrect_pin 1
CATCH pin_entry flag_account_authorized 0
MOUT back 0

View File

@ -1,7 +1,7 @@
LOAD reset_incorrect 6
LOAD fetch_custodial_balances 0
LOAD check_balance 0
CATCH api_failure flag_api_call_error 1
MAP fetch_custodial_balances
MAP check_balance
CATCH incorrect_pin flag_incorrect_pin 1
CATCH pin_entry flag_account_authorized 0
MOUT back 0