Skip to content

Commit

Permalink
Update core/src/state.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Aharon <[email protected]>
  • Loading branch information
kianenigma and liamaharon authored Sep 25, 2023
1 parent bf41788 commit 77efa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl State {
.map(|p_str| {
hex::decode(p_str).map_err(|e| {
format!(
"error while decoding prefix {:?} as hex string: {:?}",
"Error decoding `hashed_prefixes` hex string entry '{:?}' to bytes: {:?}",
p_str, e
)
})
Expand Down

0 comments on commit 77efa4d

Please sign in to comment.