File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ where
200
200
/// 3600 or number of stack elements are more than 100.
201
201
fn check_witness ( _witness : & [ Vec < u8 > ] ) -> Result < ( ) , ScriptContextError > {
202
202
// Only really need to do this for segwitv0 and legacy
203
- // Bare is already restrcited by standardness rules
203
+ // Bare is already restricted by standardness rules
204
204
// and would reach these limits.
205
205
Ok ( ( ) )
206
206
}
@@ -895,7 +895,7 @@ impl ScriptContext for NoChecks {
895
895
896
896
fn check_witness ( _witness : & [ Vec < u8 > ] ) -> Result < ( ) , ScriptContextError > {
897
897
// Only really need to do this for segwitv0 and legacy
898
- // Bare is already restrcited by standardness rules
898
+ // Bare is already restricted by standardness rules
899
899
// and would reach these limits.
900
900
Ok ( ( ) )
901
901
}
You can’t perform that action at this time.
0 commit comments