Skip to content

Commit 387fa17

Browse files
rodrigo-oCopilot
andauthored
fixed typo on an error message
Co-authored-by: Copilot <[email protected]>
1 parent a8ae5fb commit 387fa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/networking/p2p/peer_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ impl PeerHandler {
16281628
.accounts_with_storage_root
16291629
.get_mut(&accounts_by_root_hash[remaining_start].1[0])
16301630
.ok_or(PeerHandlerError::UnrecoverableError(
1631-
"Trie to get the old download intervals for an account but did not find them"
1631+
"Tried to get the old download intervals for an account but did not find them"
16321632
.to_owned(),
16331633
))?;
16341634

0 commit comments

Comments
 (0)