You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!prevScript.IsWitnessProgram(witnessversion, witnessprogram)) {
395
+
// For P2SH, scriptSig is always push-only, so the actual script is only the last stack item
396
+
// For non-P2SH, prevScript is likely the real script, but not part of this transaction, and scriptSig could very well be executable, so return the latter instead
0 commit comments