Skip to content

Commit 208c5bb

Browse files
authored
Update context.rs
1 parent 56cd92c commit 208c5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miniscript/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ where
331331

332332
/// Check top level consensus rules.
333333
// All the previous check_ were applied at each fragment while parsing script
334-
// Because if any of sub-miniscripts failed the reource level check, the entire
334+
// Because if any of sub-miniscripts failed the resource level check, the entire
335335
// miniscript would also be invalid. However, there are certain checks like
336336
// in Bare context, only c:pk(key) (P2PK),
337337
// c:pk_h(key) (P2PKH), and thresh_m(k,...) up to n=3 are allowed

0 commit comments

Comments
 (0)