Compare commits
No commits in common. "35d9d134421478dd432392e01585bc2e656af5e3" and "da64c3b80ef0ef83a68bf347d148d3f52a3c85a5" have entirely different histories.
35d9d13442
...
da64c3b80e
@ -100,10 +100,6 @@ func (h *MenuHandlers) ViewPool(ctx context.Context, sym string, input []byte) (
|
|||||||
flag_incorrect_pool, _ := h.flagManager.GetFlag("flag_incorrect_pool")
|
flag_incorrect_pool, _ := h.flagManager.GetFlag("flag_incorrect_pool")
|
||||||
|
|
||||||
inputStr := string(input)
|
inputStr := string(input)
|
||||||
if inputStr == "0" || inputStr == "99" || inputStr == "88" || inputStr == "98" {
|
|
||||||
res.FlagReset = append(res.FlagReset, flag_incorrect_pool)
|
|
||||||
return res, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
poolData, err := store.GetPoolData(ctx, h.userdataStore, sessionId, inputStr)
|
poolData, err := store.GetPoolData(ctx, h.userdataStore, sessionId, inputStr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
@ -9,16 +9,14 @@ MAP check_balance
|
|||||||
MOUT send 1
|
MOUT send 1
|
||||||
MOUT swap 2
|
MOUT swap 2
|
||||||
MOUT vouchers 3
|
MOUT vouchers 3
|
||||||
MOUT select_pool 4
|
MOUT account 4
|
||||||
MOUT account 5
|
MOUT help 5
|
||||||
MOUT help 6
|
|
||||||
MOUT quit 9
|
MOUT quit 9
|
||||||
HALT
|
HALT
|
||||||
INCMP send 1
|
INCMP send 1
|
||||||
INCMP swap_to_list 2
|
INCMP swap_to_list 2
|
||||||
INCMP my_vouchers 3
|
INCMP my_vouchers 3
|
||||||
INCMP select_pool 4
|
INCMP my_account 4
|
||||||
INCMP my_account 5
|
INCMP help 5
|
||||||
INCMP help 6
|
|
||||||
INCMP quit 9
|
INCMP quit 9
|
||||||
INCMP . *
|
INCMP . *
|
||||||
|
|||||||
@ -2,9 +2,11 @@ LOAD reset_account_authorized 16
|
|||||||
RELOAD reset_account_authorized
|
RELOAD reset_account_authorized
|
||||||
MOUT select_voucher 1
|
MOUT select_voucher 1
|
||||||
MOUT voucher_details 2
|
MOUT voucher_details 2
|
||||||
|
MOUT select_pool 3
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP select_voucher 1
|
INCMP select_voucher 1
|
||||||
INCMP voucher_details 2
|
INCMP voucher_details 2
|
||||||
|
INCMP select_pool 3
|
||||||
INCMP . *
|
INCMP . *
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user