diff options
author | Eli <elihanover@yahoo.com> | 2018-05-02 14:17:17 +0800 |
---|---|---|
committer | Guillaume Ballet <gballet@gmail.com> | 2018-05-02 14:17:17 +0800 |
commit | 9f6af6f812453f7ba30822606bb2a04ba8872ccb (patch) | |
tree | 10de4aef53ec6d7811747dc47b33d942f15752d9 /whisper/whisperv5/topic.go | |
parent | 1da33028ce88c4365d99471977098f4911fd38fa (diff) | |
download | go-tangerine-9f6af6f812453f7ba30822606bb2a04ba8872ccb.tar go-tangerine-9f6af6f812453f7ba30822606bb2a04ba8872ccb.tar.gz go-tangerine-9f6af6f812453f7ba30822606bb2a04ba8872ccb.tar.bz2 go-tangerine-9f6af6f812453f7ba30822606bb2a04ba8872ccb.tar.lz go-tangerine-9f6af6f812453f7ba30822606bb2a04ba8872ccb.tar.xz go-tangerine-9f6af6f812453f7ba30822606bb2a04ba8872ccb.tar.zst go-tangerine-9f6af6f812453f7ba30822606bb2a04ba8872ccb.zip |
whisper: Golint fixes in whisper packages (#16637)
Diffstat (limited to 'whisper/whisperv5/topic.go')
-rw-r--r-- | whisper/whisperv5/topic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/whisperv5/topic.go b/whisper/whisperv5/topic.go index c4ea67eef..c4eda1db4 100644 --- a/whisper/whisperv5/topic.go +++ b/whisper/whisperv5/topic.go @@ -23,7 +23,7 @@ import ( "github.com/ethereum/go-ethereum/common/hexutil" ) -// Topic represents a cryptographically secure, probabilistic partial +// TopicType represents a cryptographically secure, probabilistic partial // classifications of a message, determined as the first (left) 4 bytes of the // SHA3 hash of some arbitrary data given by the original author of the message. type TopicType [TopicLength]byte |