Skip to content

Commit e8a05ff

Browse files
committed
[trello.com/c/YsjIF3DY] Update after merge
1 parent dd7718e commit e8a05ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Adamant/Services/SecretWalletsManager.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ final class AdamantSecretWalletsManager: SecretWalletsManagerProtocol {
7676
}
7777

7878
func removeAllSecretWallets() {
79-
lock.lock()
80-
defer { lock.unlock() }
81-
state.secretWallets.removeAll()
79+
_state.mutate {
80+
$0.secretWallets.removeAll()
81+
}
8282
}
8383
}

0 commit comments

Comments
 (0)