rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filters
This commit is contained in:
@ -129,7 +129,7 @@ func testBroadcast(anonymous bool, t *testing.T) {
|
||||
dones[i] = done
|
||||
|
||||
targets[i].Watch(Filter{
|
||||
Topics: NewTopicsFromStrings("broadcast topic"),
|
||||
Topics: NewTopicFilterFromStrings([]string{"broadcast topic"}),
|
||||
Fn: func(msg *Message) {
|
||||
close(done)
|
||||
},
|
||||
|
Reference in New Issue
Block a user