mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
multi: update walletdb package
This commit is contained in:
@@ -17,7 +17,7 @@ func TestRetry(t *testing.T) {
|
||||
|
||||
dbName := filepath.Join(dbDir, "weks.db")
|
||||
db, err := walletdb.Create(
|
||||
"bdb", dbName, true, kvdb.DefaultDBTimeout,
|
||||
"bdb", dbName, true, kvdb.DefaultDBTimeout, false,
|
||||
)
|
||||
if err != nil {
|
||||
t.Fatalf("unable to create walletdb: %v", err)
|
||||
|
Reference in New Issue
Block a user