mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 09:34:13 +02:00
multi: update walletdb package
This commit is contained in:
@@ -1474,7 +1474,8 @@ func initNeutrinoBackend(ctx context.Context, cfg *Config, chainDir string,
|
||||
default:
|
||||
dbName := filepath.Join(dbPath, "neutrino.db")
|
||||
db, err = walletdb.Create(
|
||||
"bdb", dbName, !cfg.SyncFreelist, cfg.DB.Bolt.DBTimeout,
|
||||
kvdb.BoltBackendName, dbName, !cfg.SyncFreelist,
|
||||
cfg.DB.Bolt.DBTimeout, false,
|
||||
)
|
||||
}
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user