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

@@ -324,7 +324,8 @@ func NewNeutrinoBackend(t *testing.T, netParams *chaincfg.Params,
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 {
t.Fatalf("unable to create walletdb: %v", err)