From 001b4eaed32ee344a47a95b1a6b9d9d9221f56a4 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:45:29 +0530 Subject: [PATCH] Fix typo: blockshashes -> blockhashes --- blast-geth/cmd/evm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blast-geth/cmd/evm/README.md b/blast-geth/cmd/evm/README.md index e6c6fe06..e8590859 100644 --- a/blast-geth/cmd/evm/README.md +++ b/blast-geth/cmd/evm/README.md @@ -16,7 +16,7 @@ which can 1. Take a prestate, including - Accounts, - Block context information, - - Previous blockshashes (*optional) + - Previous blockhashes (*optional) 2. Apply a set of transactions, 3. Apply a mining-reward (*optional), 4. And generate a post-state, including