mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-03 21:53:22 +02:00
sweep: use bbolt DB directly instead of channeldb
This commit is contained in:
@@ -53,7 +53,7 @@ func TestStore(t *testing.T) {
|
||||
|
||||
testStore(t, func() (SweeperStore, error) {
|
||||
var chain chainhash.Hash
|
||||
return NewSweeperStore(cdb, &chain)
|
||||
return NewSweeperStore(cdb.DB, &chain)
|
||||
})
|
||||
})
|
||||
t.Run("mock", func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user