@@ -459,10 +459,10 @@ pub mod all {
459
459
pub const OP_INSPECTINPUTVALUE : All = All { code : 0xc9 } ;
460
460
/// Pop a CScriptNum input index idx and push the following depending the type of scriptPubkey:
461
461
/// - If the scriptPubKey is not a native segwit program, push a single sha256
462
- /// hash of the scriptPubKey on stack top. Next, push a CScriptNum(-1) to
463
- /// indicate a non-native segwit scriptPubKey.
462
+ /// hash of the scriptPubKey on stack top. Next, push a CScriptNum(-1) to
463
+ /// indicate a non-native segwit scriptPubKey.
464
464
/// - If the scriptPubKey is a native segwit program, push the witness program(2-40)
465
- /// followed by a push for segwit version(0-1).
465
+ /// followed by a push for segwit version(0-1).
466
466
pub const OP_INSPECTINPUTSCRIPTPUBKEY : All = All { code : 0xca } ;
467
467
/// Pop a CScriptNum input index idx and push the nSequence(4) as little-endian number.
468
468
pub const OP_INSPECTINPUTSEQUENCE : All = All { code : 0xcb } ;
@@ -544,6 +544,7 @@ pub mod all {
544
544
/// 1) a 32 byte big endian, unsigned scalar k.
545
545
/// 2) Compressed EC point P, and
546
546
/// 3) compressed EC point Q.
547
+ ///
547
548
/// Abort if P, Q is invalid or k is not 32 bytes and outside of secp256k1 curve order.
548
549
/// Abort if Q != k*P.
549
550
pub const OP_ECMULSCALARVERIFY : All = All { code : 0xe3 } ;
0 commit comments