We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e016e8 commit 9a4e59dCopy full SHA for 9a4e59d
1 file changed
multiwallet.go
@@ -285,6 +285,8 @@ func (mw *MultiWallet) OpenWallets(startupPassphrase []byte) error {
285
return err
286
}
287
288
+ // Locking mw.walletsMu to prevent other actors from accessing wallets until all are
289
+ // opened (means ready to work with).
290
mw.walletsMu.Lock()
291
for _, wallet := range mw.wallets {
292
err = wallet.openWallet()
0 commit comments