aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisper.go
diff options
context:
space:
mode:
Diffstat (limited to 'whisper/whisper.go')
-rw-r--r--whisper/whisper.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/whisper/whisper.go b/whisper/whisper.go
index d803e27d4..ad29fe16a 100644
--- a/whisper/whisper.go
+++ b/whisper/whisper.go
@@ -20,6 +20,9 @@ const (
statusMsg = 0x0
envelopesMsg = 0x01
whisperVersion = 0x02
+
+ signatureFlag = byte(1 << 7)
+ signatureLength = 65
)
type MessageEvent struct {