Updated on 2026-08-14
This commit is contained in:
parent
a9ed9d7776
commit
3657431565
1 changed files with 5 additions and 1 deletions
|
|
@ -40,7 +40,11 @@ internal class DefaultExcludedBlockchainsManager(
|
|||
.filterValues { isIncluded -> !isIncluded }
|
||||
.keys
|
||||
|
||||
currentExcludedBlockchainsIds = localExcludedBlockchainsIds + storedExcludedBlockchainsIds
|
||||
if (storedExcludedBlockchainsIds.isEmpty()) {
|
||||
recoverLocalConfig()
|
||||
} else {
|
||||
currentExcludedBlockchainsIds = storedExcludedBlockchainsIds
|
||||
}
|
||||
|
||||
isInitialized = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue