This commit is contained in:
Jennifer Zelo 2025-10-15 14:29:50 +08:00 committed by GitHub
commit 9a3af4b336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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..])?,
)),
unknown => Err(DecodeError::BytesInvalid(format!(
"Unrecognized EntryBatchData indentifier {}",
"Unrecognized EntryBatchData identifier {}",
unknown
))),
}

View File

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

View File

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

View File

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