Skip to content

Commit

Permalink
Update ethereum/core/src/main/java/org/hyperledger/besu/ethereum/main…
Browse files Browse the repository at this point in the history
…net/parallelization/TransactionCollisionDetector.java

Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Karim Taam <[email protected]>
  • Loading branch information
matkt and macfarla authored Dec 4, 2024
1 parent 720d753 commit 68a5c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class TransactionCollisionDetector {
*
* <p>This method detects conflicts between the transaction and the block's state by checking if
* the transaction modifies the same addresses and storage slots that are already modified by the
* block. A conflict occurs in two cases: - If the transaction touches an address that is also
* block. A conflict occurs in two cases: 1. If the transaction touches an address that is also
* modified in the block, and the account details (excluding storage) are identical. In this case,
* it checks if there is an overlap in the storage slots affected by both the transaction and the
* block. - If the account details differ between the transaction and the block (excluding
Expand Down

0 comments on commit 68a5c15

Please sign in to comment.