Skip to content

Commit

Permalink
Use distinct inscription IDs (ordinals#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 12, 2023
1 parent 6659850 commit cac8d81
Show file tree
Hide file tree
Showing 30 changed files with 586 additions and 384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ where
D: Deserializer<'de>,
{
Ok(Self(
FromStr::from_str(&String::deserialize(deserializer)?).map_err(de::Error::custom)?,
FromStr::from_str(&String::deserialize(deserializer)?).map_err(serde::de::Error::custom)?,
))
}
}
Loading

0 comments on commit cac8d81

Please sign in to comment.