This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
go-ethereum
Watch
1
Star
0
Fork
0
You've already forked go-ethereum
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
go-ethereum
/
chain
/
filter_test.go
8 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
Moved ethchain to chain
2014-10-31 10:59:17 +01:00
package
chain
Added bloom filter & block filter methods
2014-08-11 16:23:17 +02:00
import
"testing"
func
TestFilter
(
t
*
testing
.
T
)
{
ethchain: fix tests
2014-10-14 02:01:46 +02:00
NewFilter
(
NewTestManager
(
)
)
Added bloom filter & block filter methods
2014-08-11 16:23:17 +02:00
}
Reference in New Issue
Copy Permalink