Commit 5aa523e3 authored by Péter Szilágyi's avatar Péter Szilágyi

whisper: fix send timestamp omission during envelope opening

parent 3563c59b
......@@ -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:]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment