Updated on 2026-08-14
This commit is contained in:
parent
0b00f8f277
commit
b7395cb1a2
2 changed files with 6 additions and 4 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue