Compare commits
7 Commits
v1.4.4-rc.
...
credit-sen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2cf8e91e5
|
||
|
|
20cfb47940
|
||
|
|
03d6cbd429
|
||
|
|
ee41f73347
|
||
|
|
bafe3cc04e
|
||
|
|
308dc93a91
|
||
|
|
8d29c364c3
|
@@ -204,7 +204,7 @@ func (h *MenuHandlers) SwapMaxLimit(ctx context.Context, sym string, input []byt
|
||||
if err != nil {
|
||||
res.FlagSet = append(res.FlagSet, flag_api_call_error)
|
||||
logg.ErrorCtxf(ctx, "failed on GetSwapFromTokenMaxLimit", "error", err)
|
||||
return res, err
|
||||
return res, nil
|
||||
}
|
||||
|
||||
// Scale down the amount
|
||||
|
||||
@@ -340,6 +340,7 @@ func (h *MenuHandlers) MaxAmount(ctx context.Context, sym string, input []byte)
|
||||
res.FlagReset = append(res.FlagReset, flag_swap_transaction)
|
||||
|
||||
res.Content = l.Get("Maximum amount: %s %s\nEnter amount:", formattedBalance, string(activeSym))
|
||||
|
||||
return res, nil
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
LOAD reset_transaction_amount 10
|
||||
LOAD max_amount 160
|
||||
RELOAD reset_transaction_amount
|
||||
LOAD max_amount 0
|
||||
RELOAD max_amount
|
||||
MAP max_amount
|
||||
MOUT back 0
|
||||
@@ -9,7 +10,7 @@ RELOAD validate_amount
|
||||
CATCH api_failure flag_api_call_error 1
|
||||
CATCH invalid_amount flag_invalid_amount 1
|
||||
INCMP _ 0
|
||||
LOAD get_recipient 0
|
||||
LOAD get_recipient 100
|
||||
LOAD get_sender 64
|
||||
LOAD get_amount 32
|
||||
INCMP transaction_pin *
|
||||
|
||||
1
services/registration/swap_menu_swa
Normal file
1
services/registration/swap_menu_swa
Normal file
@@ -0,0 +1 @@
|
||||
Badilisha
|
||||
@@ -1,2 +1,2 @@
|
||||
Chagua nambari au ishara ya sarafu kubadilisha KWENDA:
|
||||
Chagua nambari au ishara ya sarafu unayotaka kupokea.
|
||||
{{.swap_to_list}}
|
||||
Reference in New Issue
Block a user