diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-04-14 18:24:43 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-04-14 18:24:43 +0800 |
commit | 59bff465053312013253f8c4288b6fb0c1e3e4e1 (patch) | |
tree | 8384e2228a634749295727750e95e48d8338a66e /whisper/peer.go | |
parent | 5205b2f19b9173580f9a9e727d74e202b8dd0f67 (diff) | |
download | go-tangerine-59bff465053312013253f8c4288b6fb0c1e3e4e1.tar.gz go-tangerine-59bff465053312013253f8c4288b6fb0c1e3e4e1.tar.zst go-tangerine-59bff465053312013253f8c4288b6fb0c1e3e4e1.zip |
whisper: general cleanups, documentation
Diffstat (limited to 'whisper/peer.go')
-rw-r--r-- | whisper/peer.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/whisper/peer.go b/whisper/peer.go index 338166c25..e50c9ec37 100644 --- a/whisper/peer.go +++ b/whisper/peer.go @@ -9,10 +9,6 @@ import ( "gopkg.in/fatih/set.v0" ) -const ( - protocolVersion uint64 = 0x02 -) - type peer struct { host *Whisper peer *p2p.Peer |