mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-04 18:01:57 +01:00
kvdb: move channeldb/kvdb to top level
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package batch
|
||||
|
||||
import "github.com/lightningnetwork/lnd/channeldb/kvdb"
|
||||
import "github.com/lightningnetwork/lnd/kvdb"
|
||||
|
||||
// Request defines an operation that can be batched into a single bbolt
|
||||
// transaction.
|
||||
|
||||
Reference in New Issue
Block a user