mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-26 00:31:32 +02:00
channeldb: don't initialise edge index bkt as top level
The `edgeIndexBucket` key name is used to key a sub-bucket within the `edgeBucket` bucket. And so the `edgeIndexBucket` is not a top level bucket.
This commit is contained in:
parent
49a0370dcd
commit
893147d83e
@ -314,7 +314,6 @@ func (c *ChannelGraph) getChannelMap(edges kvdb.RBucket) (
|
||||
var graphTopLevelBuckets = [][]byte{
|
||||
nodeBucket,
|
||||
edgeBucket,
|
||||
edgeIndexBucket,
|
||||
graphMetaBucket,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user