mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-03 08:41:33 +02:00
multi: update walletdb package
This commit is contained in:
@@ -28,6 +28,7 @@ func (b *boltFixture) NewBackend() walletdb.DB {
|
||||
DBFileName: "test.db",
|
||||
NoFreelistSync: true,
|
||||
DBTimeout: DefaultDBTimeout,
|
||||
ReadOnly: false,
|
||||
})
|
||||
require.NoError(b.t, err)
|
||||
|
||||
|
Reference in New Issue
Block a user