Merge pull request #5245 from bhandras/kvdb_module

kvdb: make kvdb a top level submodule to allow dependency in other projects
This commit is contained in:
Olaoluwa Osuntokun
2021-05-13 15:59:20 -07:00
committed by GitHub
147 changed files with 423 additions and 130 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"