From a02c3dad0e1cc22f5c00477a3b6925e536d9a73f Mon Sep 17 00:00:00 2001 From: viktorking7 <140458814+viktorking7@users.noreply.github.com> Date: Wed, 24 Dec 2025 09:40:38 +0100 Subject: [PATCH] Update README.md --- crates/rpc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/rpc/README.md b/crates/rpc/README.md index 4ae41182..c76024f4 100644 --- a/crates/rpc/README.md +++ b/crates/rpc/README.md @@ -30,7 +30,7 @@ The method accepts a Bundle object with the following fields: - `ethSentToCoinbase`: ETH sent directly to coinbase - `gasFees`: Total gas fees - `stateBlockNumber`: Actual block used for simulation (may differ from requested blockNumber if fallback applied) -- `requestedBlockNumber`: The blockNumber from request (for logging/debugging) +- `requestedBlockNumber`: The blockNumber from the request (for logging/debugging) - `totalGasUsed`: Total gas consumed - `totalExecutionTimeUs`: Total execution time (μs) - `results`: Array of per-transaction results: @@ -55,4 +55,4 @@ The method accepts a Bundle object with the following fields: } ``` -Note: While some fields like `revertingTxHashes` are part of the TIPS Bundle format, they are currently ignored during simulation. The metering focuses on gas usage and execution time measurement. +**Note:** While some fields like `revertingTxHashes` are part of the TIPS Bundle format, they are currently ignored during simulation. The metering focuses on gas usage and execution time measurement.