aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/filter.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/filter.go')
-rw-r--r--ethchain/filter.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/ethchain/filter.go b/ethchain/filter.go
index cf31766c4..55d7072e2 100644
--- a/ethchain/filter.go
+++ b/ethchain/filter.go
@@ -170,12 +170,6 @@ func (self *Filter) FilterMessages(msgs []*ethstate.Message) []*ethstate.Message
}
func (self *Filter) bloomFilter(block *Block) bool {
- //fk := append([]byte("bloom"), block.Hash()...)
- //bin, err := self.eth.Db().Get(fk)
- //if err != nil {
- // fmt.Println(err)
- //}
-
// TODO update to the new bloom filter
bloom := NewBloomFilter(nil)