good morning!!!!

Skip to content
Snippets Groups Projects
Commit 5aa523e3 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

whisper: fix send timestamp omission during envelope opening

parent 3563c59b
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ func (self *Envelope) Open(key *ecdsa.PrivateKey) (msg *Message, err error) {
message := &Message{
Flags: data[0],
Sent: int64(self.Expiry - self.TTL),
}
data = data[1:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment