fix : remove debug logs

This commit is contained in:
Shivam Sharma 2022-07-14 17:41:38 +05:30
parent e670a8a0a1
commit 3811496280

View file

@ -119,12 +119,6 @@ func TestBorFilters(t *testing.T) {
}
temp := rawdb.ReadBorReceipt(db, block.Hash(), block.NumberU64())
if temp != nil {
fmt.Printf("temp: %+v\n", temp)
fmt.Printf("temp.Logs: %+v\n", temp.Logs[0])
}
}
filter := NewBorBlockLogsRangeFilter(backend, sprint, 0, -1, []common.Address{addr}, [][]common.Hash{{hash1, hash2, hash3, hash4}})