Skip to content

Commit

Permalink
Random change
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Dec 30, 2024
1 parent f7d813b commit 1c74314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/solvers-dto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod serialize {
{
if !s.starts_with("0x") {
return Err(de::Error::custom(format!(
"failed to decode {s:?} as a hex string: missing \"0x\" prefix",
"failed to decode {s:?} as a hex string: missing \"0x\" prefix 1",
)));
}
hex::decode(&s[2..]).map_err(|err| {
Expand Down

0 comments on commit 1c74314

Please sign in to comment.