Added missing whisper timestamp. Closes #284

This commit is contained in:
obscuren 2015-02-03 06:56:19 -08:00
parent 753045f38c
commit ff98540dcc

View File

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