Updated on 2026-08-14
This commit is contained in:
parent
901b95dc68
commit
66168b3177
1 changed files with 4 additions and 0 deletions
|
|
@ -223,6 +223,10 @@ object TradeCryptoMiddleware {
|
|||
}
|
||||
|
||||
private fun handleSendCoin(action: TradeCryptoAction.SendCoin) {
|
||||
if (action.transactionInfo?.tag != null) {
|
||||
// avoid open old send if memo exists
|
||||
return
|
||||
}
|
||||
val cryptoStatus = action.coinStatus
|
||||
val currency = cryptoStatus.currency
|
||||
val blockchain = Blockchain.fromId(currency.network.id.value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue