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 3e0f06c commit c3885e1Copy full SHA for c3885e1
src/opcodes.rs
@@ -531,7 +531,7 @@ pub mod all {
531
/// pop the first number(8 byte LE) as b followed another pop for a(8 byte LE). Push a >= b.
532
/// Note that this operation cannot fail
533
pub const OP_GREATERTHANOREQUAL64: All = All {code: 0xdf};
534
- /// pop the stack as minimal CSciptNum, push 8 byte signed LE corresponding to that number.
+ /// pop the stack as minimal CScriptNum, push 8 byte signed LE corresponding to that number.
535
pub const OP_SCRIPTNUMTOLE64: All = All {code: 0xe0};
536
/// pop the stack as a 8 byte signed LE. Convert to CScriptNum and push it, abort on fail.
537
/// Please check the range of the operand before calling the opcode.
0 commit comments