check community and my balance separately
This commit is contained in:
parent
1d4f116079
commit
f2b17880ba
@ -1 +1 @@
|
||||
Salio la kikundi
|
||||
{{.fetch_community_balance}}
|
@ -1 +1 @@
|
||||
{{.fetch_custodial_balances}}
|
||||
{{.fetch_community_balance}}
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user