mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
whisper: fix num of params
This commit is contained in:
parent
1d092fec7c
commit
37f0f2c824
1 changed files with 1 additions and 1 deletions
|
|
@ -844,7 +844,7 @@ func TestTopicsMapping(t *testing.T) {
|
||||||
matched := []string{}
|
matched := []string{}
|
||||||
fs.topicMatcher.matchedTopics(env.Topic, &matched)
|
fs.topicMatcher.matchedTopics(env.Topic, &matched)
|
||||||
if !hasFilterID(matched, filterID) {
|
if !hasFilterID(matched, filterID) {
|
||||||
t.Fatalf("failed matchedTopics, step %d.", seed, i)
|
t.Fatalf("failed matchedTopics, step %d.", i)
|
||||||
}
|
}
|
||||||
|
|
||||||
//test match without filter
|
//test match without filter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue