Skip to content

Commit 87a47e2

Browse files
authored
Merge pull request #112 from darosior/doc_older_interchange
miniscript: doc: fix Older/After interchange in doccomments
2 parents e98989c + 5e5b0b6 commit 87a47e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/miniscript/decode.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ pub enum Terminal<Pk: MiniscriptKey, Ctx: ScriptContext> {
7373
/// `DUP HASH160 <keyhash> EQUALVERIFY`
7474
PkH(Pk::Hash),
7575
// timelocks
76-
/// `n CHECKSEQUENCEVERIFY`
77-
After(u32),
7876
/// `n CHECKLOCKTIMEVERIFY`
77+
After(u32),
78+
/// `n CHECKSEQUENCEVERIFY`
7979
Older(u32),
8080
// hashlocks
8181
/// `SIZE 32 EQUALVERIFY SHA256 <hash> EQUAL`

0 commit comments

Comments
 (0)