Updated on 2026-08-14
This commit is contained in:
parent
a2883dbdd4
commit
261a16113f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ fun Blockchain.isNoAccountError(exception: Throwable): Boolean {
|
|||
fun Blockchain.amountToCreateAccount(token: Token? = null): Double? {
|
||||
return when (this) {
|
||||
Blockchain.Stellar -> if (token?.symbol == NODL) 1.5 else 1.toDouble()
|
||||
Blockchain.XRP -> 20.toDouble()
|
||||
Blockchain.XRP -> 10.toDouble()
|
||||
else -> null
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue