mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
multi: update walletdb package
This commit is contained in:
@@ -35,7 +35,7 @@ var (
|
||||
func setupTestRootKeyStorage(t *testing.T) kvdb.Backend {
|
||||
db, err := kvdb.Create(
|
||||
kvdb.BoltBackendName, path.Join(t.TempDir(), "macaroons.db"), true,
|
||||
kvdb.DefaultDBTimeout,
|
||||
kvdb.DefaultDBTimeout, false,
|
||||
)
|
||||
require.NoError(t, err, "Error opening store DB")
|
||||
t.Cleanup(func() {
|
||||
|
Reference in New Issue
Block a user