mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 19:05:03 +00:00
whisper: fix send timestamp omission during envelope opening
This commit is contained in:
parent
3563c59b12
commit
5aa523e32b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue