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

@@ -20,10 +20,10 @@ import (
"github.com/lightningnetwork/lnd/amp"
"github.com/lightningnetwork/lnd/batch"
"github.com/lightningnetwork/lnd/channeldb"
"github.com/lightningnetwork/lnd/channeldb/kvdb"
"github.com/lightningnetwork/lnd/clock"
"github.com/lightningnetwork/lnd/htlcswitch"
"github.com/lightningnetwork/lnd/input"
"github.com/lightningnetwork/lnd/kvdb"
"github.com/lightningnetwork/lnd/lntypes"
"github.com/lightningnetwork/lnd/lnwallet"
"github.com/lightningnetwork/lnd/lnwallet/btcwallet"