Updated on 2026-08-14
This commit is contained in:
parent
3d0308ef55
commit
55e30c880b
1 changed files with 1 additions and 5 deletions
|
|
@ -145,11 +145,7 @@ class TransactionExtrasReducer : SendInternalReducer {
|
|||
return updateLastState(sendState.copy(transactionExtrasState = result), result)
|
||||
}
|
||||
|
||||
private fun handleTonMemo(
|
||||
action: TonMemo,
|
||||
sendState: SendState,
|
||||
infoState: TransactionExtrasState,
|
||||
): SendState {
|
||||
private fun handleTonMemo(action: TonMemo, sendState: SendState, infoState: TransactionExtrasState): SendState {
|
||||
val result = when (action) {
|
||||
is TonMemo.HandleUserInput -> {
|
||||
val memo = action.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue