From 915ed3078c9584f9ca60e3d7f6191a70211b0ba4 Mon Sep 17 00:00:00 2001 From: Bashmunta Date: Sun, 23 Nov 2025 11:25:43 +0200 Subject: [PATCH] chore: fix typo --- src/ethereum/utils/hexadecimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ethereum/utils/hexadecimal.py b/src/ethereum/utils/hexadecimal.py index b60a01e50f..07d493ec58 100644 --- a/src/ethereum/utils/hexadecimal.py +++ b/src/ethereum/utils/hexadecimal.py @@ -192,7 +192,7 @@ def hex_to_u64(hex_string: str) -> U64: Parameters ---------- hex_string : - The hexadecimal string to be converted to U256. + The hexadecimal string to be converted to U64. Returns -------