We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417d88e commit 5f262f1Copy full SHA for 5f262f1
lnd/aezeed.go
@@ -226,7 +226,7 @@ func OpenWallet(walletDbPath string,
226
// Try to load and open the wallet.
227
db, err := walletdb.Open(
228
"bdb", lncfg.CleanAndExpandPath(walletDbPath), false,
229
- DefaultOpenTimeout,
+ DefaultOpenTimeout, false,
230
)
231
if errors.Is(err, bbolt.ErrTimeout) {
232
return nil, nil, nil, errors.New("error opening wallet " +
0 commit comments