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
The reference implementation has a script verification flag SCRIPT_VERIFY_NULLDUMMY, which is used to verify the dummy stack consumed by CHECKMULTISIG is of zero-length. This flag is part of their STANDARD_SCRIPT_VERIFY_FLAGS.
The reference implementation has a script verification flag SCRIPT_VERIFY_NULLDUMMY, which is used to verify the dummy stack consumed by CHECKMULTISIG is of zero-length. This flag is part of their STANDARD_SCRIPT_VERIFY_FLAGS.
See bitcoin/bitcoin@6380180
This diff should get the job done, but perhaps a flags option would be better since mempool and mining need to stay in sync.
The text was updated successfully, but these errors were encountered: