mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 06:37:21 +01:00
multi: update walletdb package
This commit is contained in:
@@ -757,7 +757,8 @@ var interfaceImpls = []struct {
|
||||
|
||||
dbName := filepath.Join(spvDir, "neutrino.db")
|
||||
spvDatabase, err := walletdb.Create(
|
||||
"bdb", dbName, true, kvdb.DefaultDBTimeout,
|
||||
kvdb.BoltBackendName, dbName, true,
|
||||
kvdb.DefaultDBTimeout, false,
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user