Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-25 15:38:02 +01:00
parent 901b95dc68
commit 66168b3177

View file

@ -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)