Skip to content

Commit 68a5c15

Browse files
matktmacfarla
andauthored
Update ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/TransactionCollisionDetector.java
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: Karim Taam <karim.t2am@gmail.com>
1 parent 720d753 commit 68a5c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/TransactionCollisionDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class TransactionCollisionDetector {
3636
*
3737
* <p>This method detects conflicts between the transaction and the block's state by checking if
3838
* the transaction modifies the same addresses and storage slots that are already modified by the
39-
* block. A conflict occurs in two cases: - If the transaction touches an address that is also
39+
* block. A conflict occurs in two cases: 1. If the transaction touches an address that is also
4040
* modified in the block, and the account details (excluding storage) are identical. In this case,
4141
* it checks if there is an overlap in the storage slots affected by both the transaction and the
4242
* block. - If the account details differ between the transaction and the block (excluding

0 commit comments

Comments
 (0)