This commit is contained in:
Felix Lange 2018-09-18 08:31:42 +00:00 committed by GitHub
commit 94843ba0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,6 @@ func pongToTicket(localTime mclock.AbsTime, topics []Topic, node *Node, p *ingre
}
func ticketToPong(t *ticket, pong *pong) {
pong.Expiration = uint64(t.issueTime / mclock.AbsTime(time.Second))
pong.TopicHash = rlpHash(t.topics)
pong.TicketSerial = t.serial
pong.WaitPeriods = make([]uint32, len(t.regTime))