Skip to content

Commit

Permalink
mixpool: Remove unused entry run field
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed May 31, 2024
1 parent baff41f commit b7fb99b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mixing/mixpool/mixpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ type entry struct {
recvTime time.Time
msg mixing.Message
msgtype msgtype
run uint32
}

type orphan struct {
Expand Down Expand Up @@ -1482,7 +1481,6 @@ func (p *Pool) acceptEntry(msg mixing.Message, msgtype msgtype, hash *chainhash.
recvTime: time.Now(),
msg: msg,
msgtype: msgtype,
run: run,
}
p.pool[*hash] = e
p.messagesByIdentity[*id] = append(p.messagesByIdentity[*id], *hash)
Expand Down

0 comments on commit b7fb99b

Please sign in to comment.