chore: fix typos

This commit is contained in:
jenniferzelo 2025-09-26 09:39:11 +08:00
parent df570e34d2
commit 23d0f36eed
4 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ impl Decode for EntryBatchData {
IncompleteData::from_ssz_bytes(&bytes[1..])?, IncompleteData::from_ssz_bytes(&bytes[1..])?,
)), )),
unknown => Err(DecodeError::BytesInvalid(format!( unknown => Err(DecodeError::BytesInvalid(format!(
"Unrecognized EntryBatchData indentifier {}", "Unrecognized EntryBatchData identifier {}",
unknown unknown
))), ))),
} }

View File

@ -101,7 +101,7 @@ log_sync_start_block_number = 595059
# The number of retries after a RPC request times out. # The number of retries after a RPC request times out.
# rate_limit_retries = 100 # rate_limit_retries = 100
# The nubmer of retries for rate limited responses. # The number of retries for rate limited responses.
# timeout_retries = 100 # timeout_retries = 100
# The duration to wait before retry, in ms. # The duration to wait before retry, in ms.

View File

@ -101,7 +101,7 @@ log_sync_start_block_number = 1
# The number of retries after a RPC request times out. # The number of retries after a RPC request times out.
# rate_limit_retries = 100 # rate_limit_retries = 100
# The nubmer of retries for rate limited responses. # The number of retries for rate limited responses.
# timeout_retries = 100 # timeout_retries = 100
# The duration to wait before retry, in ms. # The duration to wait before retry, in ms.

View File

@ -101,7 +101,7 @@
# The number of retries after a RPC request times out. # The number of retries after a RPC request times out.
# rate_limit_retries = 100 # rate_limit_retries = 100
# The nubmer of retries for rate limited responses. # The number of retries for rate limited responses.
# timeout_retries = 100 # timeout_retries = 100
# The duration to wait before retry, in ms. # The duration to wait before retry, in ms.