aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisper_test.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-04-28 16:54:05 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-04-28 16:54:05 +0800
commita05c420371aa56657b86ba3dce6ebb087adb708d (patch)
tree3e0853dcff756c503764d0f73c1757c585be2aa9 /whisper/whisper_test.go
parent182d484aa70bcd5b22117f02333b1fd3b1535dcb (diff)
parent978ffd3097242a5faeb7b23b9c72590170004dc6 (diff)
downloaddexon-a05c420371aa56657b86ba3dce6ebb087adb708d.tar
dexon-a05c420371aa56657b86ba3dce6ebb087adb708d.tar.gz
dexon-a05c420371aa56657b86ba3dce6ebb087adb708d.tar.bz2
dexon-a05c420371aa56657b86ba3dce6ebb087adb708d.tar.lz
dexon-a05c420371aa56657b86ba3dce6ebb087adb708d.tar.xz
dexon-a05c420371aa56657b86ba3dce6ebb087adb708d.tar.zst
dexon-a05c420371aa56657b86ba3dce6ebb087adb708d.zip
Merge pull request #738 from karalabe/whisper-cleanup
Whisper cleanup, part 3
Diffstat (limited to 'whisper/whisper_test.go')
-rw-r--r--whisper/whisper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/whisper_test.go b/whisper/whisper_test.go
index def8e68d8..7c5067f51 100644
--- a/whisper/whisper_test.go
+++ b/whisper/whisper_test.go
@@ -129,7 +129,7 @@ func testBroadcast(anonymous bool, t *testing.T) {
dones[i] = done
targets[i].Watch(Filter{
- Topics: NewTopicsFromStrings("broadcast topic"),
+ Topics: NewFilterTopicsFromStringsFlat("broadcast topic"),
Fn: func(msg *Message) {
close(done)
},