This website requires JavaScript.
Explore
Help
Sign In
roysc
/
plugeth
Watch
1
Star
0
Fork
0
You've already forked plugeth
forked from
cerc-io/plugeth
Code
Pull Requests
Activity
b96a59eb28
plugeth
/
chain
/
filter_test.go
8 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
Moved ethchain to chain
2014-10-31 09:59:17 +00:00
package
chain
Added bloom filter & block filter methods
2014-08-11 14:23:17 +00:00
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
}
Copy Permalink