kvdb: move channeldb/kvdb to top level

This commit is contained in:
Andras Banki-Horvath
2021-04-26 19:08:11 +02:00
parent b1d9525d29
commit 14c851c8fc
143 changed files with 119 additions and 119 deletions

View File

@@ -15,8 +15,8 @@ import (
"github.com/btcsuite/btcwallet/waddrmgr"
"github.com/btcsuite/btcwallet/wallet"
"github.com/lightningnetwork/lnd/aezeed"
"github.com/lightningnetwork/lnd/channeldb/kvdb"
"github.com/lightningnetwork/lnd/keychain"
"github.com/lightningnetwork/lnd/kvdb"
"github.com/lightningnetwork/lnd/lnrpc"
"github.com/lightningnetwork/lnd/lnwallet"
"github.com/lightningnetwork/lnd/lnwallet/btcwallet"