Updated on 2026-08-14
This commit is contained in:
parent
4baa8c1f79
commit
9e99193f4d
1 changed files with 1 additions and 2 deletions
|
|
@ -79,8 +79,7 @@ object TapWorkarounds {
|
|||
"Now blockchain is read form files (CardTypesResolver.getBlockchain), " +
|
||||
"but for previously saved cards this method is still used",
|
||||
)
|
||||
fun CardDTO.getTangemNoteBlockchain(): Blockchain? =
|
||||
tangemNoteBatches[batchId] ?: if (isSaltPay) Blockchain.Gnosis else null
|
||||
fun CardDTO.getTangemNoteBlockchain(): Blockchain? = tangemNoteBatches[batchId]
|
||||
|
||||
fun isStart2CoinIssuer(cardIssuer: String?): Boolean {
|
||||
return cardIssuer?.lowercase(Locale.US) == START_2_COIN_ISSUER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue