sweep: use bbolt DB directly instead of channeldb

This commit is contained in:
Oliver Gugger
2019-10-07 13:20:09 +02:00
parent 4190146066
commit b6dda143d0
3 changed files with 4 additions and 5 deletions

View File

@@ -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) {