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