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 4a38c76 commit 56cd92cCopy full SHA for 56cd92c
src/interpreter/inner.rs
@@ -233,7 +233,7 @@ pub(super) fn from_txdata<'txin>(
233
// so it's easy enough to keep track of all uses.
234
//
235
// In particular, this return value will be put into the `script_code` member of
236
- // the `Interpreter` script; the iterpreter logic does the right thing with it.
+ // the `Interpreter` script; the interpreter logic does the right thing with it.
237
Some(tap_script),
238
))
239
} else {
0 commit comments