From 68a5c15c39e4d1d611f8617c404bbfa7720fb939 Mon Sep 17 00:00:00 2001 From: Karim Taam Date: Wed, 4 Dec 2024 17:24:44 +0100 Subject: [PATCH] Update ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/TransactionCollisionDetector.java Co-authored-by: Sally MacFarlane Signed-off-by: Karim Taam --- .../mainnet/parallelization/TransactionCollisionDetector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/TransactionCollisionDetector.java b/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/TransactionCollisionDetector.java index 5cf1003344b..d81928317a4 100644 --- a/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/TransactionCollisionDetector.java +++ b/ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/TransactionCollisionDetector.java @@ -36,7 +36,7 @@ public class TransactionCollisionDetector { * *

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