multi: update walletdb package

This commit is contained in:
ziggie
2025-04-09 12:13:48 +02:00
parent 867d27d68a
commit 490347b056
25 changed files with 55 additions and 31 deletions

View File

@@ -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 {