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 cd4ace2 commit ea5b955Copy full SHA for ea5b955
src/error.rs
@@ -18,7 +18,7 @@ use crate::Box;
18
pub enum ParseError {
19
/// Invalid absolute locktime
20
AbsoluteLockTime(AbsLockTimeError),
21
- /// Invalid absolute locktime
+ /// Invalid relative locktime
22
RelativeLockTime(RelLockTimeError),
23
/// Failed to parse a public key or hash.
24
///
0 commit comments