Compare commits
No commits in common. "b30e15caa5bde39f312568a52382e230451cae8b" and "fac703576fd7dddbc8d40a5efbc0a5c4a753c7b1" have entirely different histories.
b30e15caa5
...
fac703576f
@ -2789,7 +2789,6 @@ func (h *MenuHandlers) LoadSwapToList(ctx context.Context, sym string, input []b
|
|||||||
// Store all swap_to tokens data
|
// Store all swap_to tokens data
|
||||||
dataMap := map[storedb.DataTyp]string{
|
dataMap := map[storedb.DataTyp]string{
|
||||||
storedb.DATA_POOL_TO_SYMBOLS: data.Symbols,
|
storedb.DATA_POOL_TO_SYMBOLS: data.Symbols,
|
||||||
storedb.DATA_POOL_TO_BALANCES: data.Balances,
|
|
||||||
storedb.DATA_POOL_TO_DECIMALS: data.Decimals,
|
storedb.DATA_POOL_TO_DECIMALS: data.Decimals,
|
||||||
storedb.DATA_POOL_TO_ADDRESSES: data.Addresses,
|
storedb.DATA_POOL_TO_ADDRESSES: data.Addresses,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
RELOAD swap_max_limit
|
||||||
|
CATCH api_failure flag_api_call_error 1
|
||||||
MAP swap_max_limit
|
MAP swap_max_limit
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
|
|||||||
@ -7,7 +7,6 @@ MOUT back 0
|
|||||||
HALT
|
HALT
|
||||||
LOAD swap_max_limit 64
|
LOAD swap_max_limit 64
|
||||||
RELOAD swap_max_limit
|
RELOAD swap_max_limit
|
||||||
CATCH api_failure flag_api_call_error 1
|
|
||||||
CATCH . flag_incorrect_voucher 1
|
CATCH . flag_incorrect_voucher 1
|
||||||
CATCH low_swap_amount flag_low_swap_amount 1
|
CATCH low_swap_amount flag_low_swap_amount 1
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user