Skip to content

Commit c83b1ef

Browse files
eeemmmmmmmacfarla
andauthored
Update MainnetTransactionProcessor.java (#9727)
Signed-off-by: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
1 parent d46d7aa commit c83b1ef

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/MainnetTransactionProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public TransactionProcessingResult processTransaction(
190190
miningBeneficiary,
191191
operationTracer,
192192
blockHashLookup,
193-
ImmutableTransactionValidationParams.builder().build(),
193+
transactionValidationParams,
194194
blobGasPrice,
195195
Optional.empty());
196196
}

0 commit comments

Comments
 (0)