whisper: fix send timestamp omission during envelope opening
This commit is contained in:
parent
3563c59b12
commit
5aa523e32b
@ -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:]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user