Updated on 2026-08-14
This commit is contained in:
parent
799a38655e
commit
4570bc334c
54 changed files with 178 additions and 183 deletions
|
|
@ -134,7 +134,7 @@ internal class DefaultCurrenciesRepository(
|
|||
}
|
||||
|
||||
override fun isNetworkFeeZero(userWalletId: UserWalletId, network: Network): Boolean {
|
||||
val blockchain = Blockchain.fromNetworkId(network.backendId)
|
||||
val blockchain = Blockchain.fromNetworkId(network.rawId)
|
||||
return blockchain?.isNetworkFeeZero() == true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue