Updated on 2026-08-14

This commit is contained in:
Tangem 2024-01-16 16:54:54 +03:00
parent 0b00f8f277
commit b7395cb1a2
2 changed files with 6 additions and 4 deletions

View file

@ -395,7 +395,7 @@ class DefaultWalletManagersFacade(
derivationPath = network.derivationPath.value,
)
return if (manager is ExistentialDepositProvider) manager.dustValue else null
return manager?.dustValue
}
@Deprecated("Will be removed in future")