We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ae5fb commit 387fa17Copy full SHA for 387fa17
crates/networking/p2p/peer_handler.rs
@@ -1628,7 +1628,7 @@ impl PeerHandler {
1628
.accounts_with_storage_root
1629
.get_mut(&accounts_by_root_hash[remaining_start].1[0])
1630
.ok_or(PeerHandlerError::UnrecoverableError(
1631
- "Trie to get the old download intervals for an account but did not find them"
+ "Tried to get the old download intervals for an account but did not find them"
1632
.to_owned(),
1633
))?;
1634
0 commit comments