Updated on 2026-08-14
This commit is contained in:
parent
3992cbf386
commit
c1f4cb7388
9 changed files with 174 additions and 2 deletions
|
|
@ -48,7 +48,10 @@ class TransactionExtrasReducer : SendInternalReducer {
|
|||
Blockchain.Stellar -> TransactionExtrasState(xlmMemo = XlmMemoState())
|
||||
Blockchain.Binance -> TransactionExtrasState(binanceMemo = BinanceMemoState())
|
||||
Blockchain.TON, Blockchain.TONTestnet -> TransactionExtrasState(tonMemoState = TonMemoState())
|
||||
Blockchain.Cosmos -> TransactionExtrasState(cosmosMemoState = CosmosMemoState())
|
||||
Blockchain.Cosmos,
|
||||
Blockchain.TerraV1,
|
||||
Blockchain.TerraV2,
|
||||
-> TransactionExtrasState(cosmosMemoState = CosmosMemoState())
|
||||
else -> emptyResult
|
||||
}
|
||||
return updateLastState(sendState.copy(transactionExtrasState = result), result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue