mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
channeldb: remove unused buckets
This commit is contained in:
parent
ec70965c8a
commit
a26a643273
1 changed files with 0 additions and 3 deletions
|
@ -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 (
|
||||||
|
|
Loading…
Add table
Reference in a new issue