mirror of
https://github.com/status-im/whisper.git
synced 2025-02-08 08:53:36 +00:00
Added missing whisper timestamp. Closes #284
This commit is contained in:
parent
753045f38c
commit
ff98540dcc
@ -11,6 +11,7 @@ type Message struct {
|
|||||||
Flags byte
|
Flags byte
|
||||||
Signature []byte
|
Signature []byte
|
||||||
Payload []byte
|
Payload []byte
|
||||||
|
Sent uint64
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewMessage(payload []byte) *Message {
|
func NewMessage(payload []byte) *Message {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user