Added missing whisper timestamp. Closes #284
This commit is contained in:
@ -11,6 +11,7 @@ type Message struct {
|
||||
Flags byte
|
||||
Signature []byte
|
||||
Payload []byte
|
||||
Sent uint64
|
||||
}
|
||||
|
||||
func NewMessage(payload []byte) *Message {
|
||||
|
Reference in New Issue
Block a user