Updated on 2026-08-14
This commit is contained in:
parent
1b5ff5baa6
commit
3b904e7ef4
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ fun Card.supportedBlockchains(): List<Blockchain> {
|
|||
Blockchain.fromCurve(EllipticCurve.Secp256k1)
|
||||
}
|
||||
else -> {
|
||||
Blockchain.fromCurve(EllipticCurve.Secp256k1) +
|
||||
Blockchain.fromCurve(EllipticCurve.Ed25519)
|
||||
(Blockchain.fromCurve(EllipticCurve.Secp256k1) + Blockchain.fromCurve(EllipticCurve.Ed25519)).distinct()
|
||||
}
|
||||
}
|
||||
val filtered = supportedBlockchains.filter { isTestCard == it.isTestnet() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue