whisper: interface changed to simplify the transition to v5
* whisper: mailserver test introduced, refactoring * whisper: validation test updated * whisper: max number of peers fixed * whisper: verification bug fixed * whisper: esthetic fix * whisper: interface changed to simplify the transition to v5 * whisper: preparation for version switch
This commit is contained in:
@ -116,7 +116,7 @@ func initialize(t *testing.T) {
|
||||
|
||||
for i := 0; i < NumNodes; i++ {
|
||||
var node TestNode
|
||||
node.shh = NewWhisper(nil)
|
||||
node.shh = New()
|
||||
node.shh.test = true
|
||||
node.shh.Start(nil)
|
||||
topics := make([]TopicType, 0)
|
||||
|
Reference in New Issue
Block a user