From c008a1fa0990089e96c7f7661587ac080fbea4c5 Mon Sep 17 00:00:00 2001 From: chirag-bgh <76247491+chirag-bgh@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:15:48 +0530 Subject: [PATCH] fix: typo (#8908) --- book/run/transactions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/run/transactions.md b/book/run/transactions.md index 65aa979e2..61327b573 100644 --- a/book/run/transactions.md +++ b/book/run/transactions.md @@ -1,6 +1,6 @@ # Transaction types -Over time, the Ethereum network has undergone various upgrades and improvements to enhance transaction efficiency, security, and user experience. Three significant transaction types that have evolved are: +Over time, the Ethereum network has undergone various upgrades and improvements to enhance transaction efficiency, security, and user experience. Four significant transaction types that have evolved are: - Legacy Transactions, - EIP-2930 Transactions, @@ -46,4 +46,4 @@ Alongside the legacy parameters & parameters from EIP-1559, the EIP-4844 transac - `max_fee_per_blob_gas`, The maximum total fee per gas the sender is willing to pay for blob gas in wei - `blob_versioned_hashes`, List of versioned blob hashes associated with the transaction's EIP-4844 data blobs. -The actual blob fee is deducted from the sender balance before transaction execution and burned, and is not refunded in case of transaction failure. \ No newline at end of file +The actual blob fee is deducted from the sender balance before transaction execution and burned, and is not refunded in case of transaction failure.