Skip to content

Commit

Permalink
whisper: fix send timestamp omission during envelope opening
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Apr 17, 2015
1 parent f6d0971 commit 61019ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whisper/envelope.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:]

Expand Down

0 comments on commit 61019ca

Please sign in to comment.