Skip to content

Commit

Permalink
discarded->reinject
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Sep 24, 2024
1 parent 83edfe1 commit 5a750da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tx_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ func (pool *TxPool) reset(oldHead, newHead *types.Header) map[common.Address]boo
}
}
reinject = types.TxDifference(discarded, included)
collectAffectedAccounts(discarded)
collectAffectedAccounts(reinject)
collectAffectedAccounts(included)
}
}
Expand Down

0 comments on commit 5a750da

Please sign in to comment.