Added missing whisper timestamp. Closes #284

This commit is contained in:
obscuren
2015-02-03 06:56:19 -08:00
parent 663d725026
commit 623469cb6c
3 changed files with 5 additions and 7 deletions

View File

@ -11,6 +11,7 @@ type Message struct {
Flags byte
Signature []byte
Payload []byte
Sent uint64
}
func NewMessage(payload []byte) *Message {