Feedback on this please:
units::impl_parse_str_from_int_infallible! {
fn from(s) -> Result<LockTime(u32), ParseIntError> {
units::parse::int<u32>().map(from_consensus)
}
}
To replace
units::impl_parse_str_from_int_infallible!(LockTime, u32, from_consensus);
Done as part of C-EVOCATIVE
Feedback on this please:
To replace
Done as part of C-EVOCATIVE