aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/peer.go
diff options
context:
space:
mode:
Diffstat (limited to 'whisper/peer.go')
-rw-r--r--whisper/peer.go4
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