@@ -459,10 +459,10 @@ pub mod all {
459459 pub const OP_INSPECTINPUTVALUE : All = All { code : 0xc9 } ;
460460 /// Pop a CScriptNum input index idx and push the following depending the type of scriptPubkey:
461461 /// - 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.
464464 /// - 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).
466466 pub const OP_INSPECTINPUTSCRIPTPUBKEY : All = All { code : 0xca } ;
467467 /// Pop a CScriptNum input index idx and push the nSequence(4) as little-endian number.
468468 pub const OP_INSPECTINPUTSEQUENCE : All = All { code : 0xcb } ;
@@ -544,6 +544,7 @@ pub mod all {
544544 /// 1) a 32 byte big endian, unsigned scalar k.
545545 /// 2) Compressed EC point P, and
546546 /// 3) compressed EC point Q.
547+ ///
547548 /// Abort if P, Q is invalid or k is not 32 bytes and outside of secp256k1 curve order.
548549 /// Abort if Q != k*P.
549550 pub const OP_ECMULSCALARVERIFY : All = All { code : 0xe3 } ;
0 commit comments