From a26a6432738c7d1f387c69f6b72b6236d6dcbf34 Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Wed, 27 Mar 2019 13:05:48 -0700 Subject: [PATCH] channeldb: remove unused buckets --- channeldb/graph.go | 3 --- 1 file changed, 3 deletions(-) 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 (