address review
This commit is contained in:
parent
67b22ac22e
commit
eeb5a14e46
@ -382,7 +382,7 @@ func (mp *MessagePool) Remove(from address.Address, nonce uint64) {
|
||||
max = nonce
|
||||
}
|
||||
}
|
||||
if nonce > max {
|
||||
if max < nonce {
|
||||
max = nonce // we could have not seen the removed message before
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user