diff --git a/channeldb/graph.go b/channeldb/graph.go index 2d924d94..2d5a2491 100644 --- a/channeldb/graph.go +++ b/channeldb/graph.go @@ -123,9 +123,6 @@ var ( // case we'll remove all entries from the prune log with a block height // that no longer exists. pruneLogBucket = []byte("prune-log") - - edgeBloomKey = []byte("edge-bloom") - nodeBloomKey = []byte("node-bloom") ) const (