mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 10:09:08 +02:00
channeldb: remove unused buckets
This commit is contained in:
@ -123,9 +123,6 @@ var (
|
|||||||
// case we'll remove all entries from the prune log with a block height
|
// case we'll remove all entries from the prune log with a block height
|
||||||
// that no longer exists.
|
// that no longer exists.
|
||||||
pruneLogBucket = []byte("prune-log")
|
pruneLogBucket = []byte("prune-log")
|
||||||
|
|
||||||
edgeBloomKey = []byte("edge-bloom")
|
|
||||||
nodeBloomKey = []byte("node-bloom")
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user