mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
whisper: remove redundant type specifiers
This commit is contained in:
parent
7f6b05aa43
commit
2f10743019
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ type TestNode struct {
|
||||||
var result TestData
|
var result TestData
|
||||||
var nodes [NumNodes]*TestNode
|
var nodes [NumNodes]*TestNode
|
||||||
var sharedKey = []byte("some arbitrary data here")
|
var sharedKey = []byte("some arbitrary data here")
|
||||||
var sharedTopic TopicType = TopicType{0xF, 0x1, 0x2, 0}
|
var sharedTopic = TopicType{0xF, 0x1, 0x2, 0}
|
||||||
var expectedMessage = []byte("per rectum ad astra")
|
var expectedMessage = []byte("per rectum ad astra")
|
||||||
|
|
||||||
// This test does the following:
|
// This test does the following:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue