From ff395045a95460a9e55490a0070a549e830ba200 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Wed, 3 Jul 2024 10:44:01 -0400 Subject: [PATCH] Port #973 to prague --- src/ethereum/prague/fork_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ethereum/prague/fork_types.py b/src/ethereum/prague/fork_types.py index 8d97937789..38bb255df7 100644 --- a/src/ethereum/prague/fork_types.py +++ b/src/ethereum/prague/fork_types.py @@ -56,7 +56,7 @@ def encode_account(raw_account_data: Account, storage_root: Bytes) -> Bytes: Encode `Account` dataclass. Storage is not stored in the `Account` dataclass, so `Accounts` cannot be - encoded with providing a storage root. + encoded without providing a storage root. """ return rlp.encode( (