mirror of
https://github.com/status-im/whisper.git
synced 2025-02-01 13:35:57 +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
|
||||
Signature []byte
|
||||
Payload []byte
|
||||
Sent uint64
|
||||
}
|
||||
|
||||
func NewMessage(payload []byte) *Message {
|
||||
|
Loading…
x
Reference in New Issue
Block a user