This website requires JavaScript.
Explore
Help
Sign In
status-im
/
op-geth
mirror of
https://github.com/status-im/op-geth.git
Watch
2
Star
0
Fork
You've already forked op-geth
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8e0a39f33f
op-geth
/
ethchain
/
filter_test.go
8 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Added bloom filter & block filter methods
2014-08-11 14:23:17 +00:00
package
ethchain
import
"testing"
func
TestFilter
(
t
*
testing
.
T
)
{
ethchain: fix tests
2014-10-14 00:01:46 +00:00
NewFilter
(
NewTestManager
(
)
)
Added bloom filter & block filter methods
2014-08-11 14:23:17 +00:00
}