aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/message.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-04-10 21:52:01 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-04-10 21:52:01 +0800
commit0e4f21fc376fae88b59cb33a06a1ddd36a11a592 (patch)
treee7512b77374ada18387bde01065ecf1edaa51fce /whisper/message.go
parent7d8ce53eca90a6e93e49d584a2cff5e39aea40c0 (diff)
downloadgo-tangerine-0e4f21fc376fae88b59cb33a06a1ddd36a11a592.tar
go-tangerine-0e4f21fc376fae88b59cb33a06a1ddd36a11a592.tar.gz
go-tangerine-0e4f21fc376fae88b59cb33a06a1ddd36a11a592.tar.bz2
go-tangerine-0e4f21fc376fae88b59cb33a06a1ddd36a11a592.tar.lz
go-tangerine-0e4f21fc376fae88b59cb33a06a1ddd36a11a592.tar.xz
go-tangerine-0e4f21fc376fae88b59cb33a06a1ddd36a11a592.tar.zst
go-tangerine-0e4f21fc376fae88b59cb33a06a1ddd36a11a592.zip
whisper: polish the Envelope a bit, prep for tests.
Diffstat (limited to 'whisper/message.go')
-rw-r--r--whisper/message.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/message.go b/whisper/message.go
index 3bee83f39..255352ee8 100644
--- a/whisper/message.go
+++ b/whisper/message.go
@@ -17,7 +17,7 @@ import (
// protocol. These are wrapped into Envelopes that need not be understood by
// intermediate nodes, just forwarded.
type Message struct {
- Flags byte // First bit it signature presence, rest reserved and should be random
+ Flags byte // First bit is signature presence, rest reserved and should be random
Signature []byte
Payload []byte
Sent int64