tradecraftio / tradecraft

Tradecraft integration/staging tree https://tradecraft.io/download
Other
13 stars 9 forks source link

[Standard] Remove SCRIPT_VERIFY_NULLDUMMY from the standard verification flags #28

Closed maaku closed 5 years ago

maaku commented 5 years ago

NULLDUMMY will be replaced with REQUIRE_VALID_SIGNATURES in a future releases. In order to prevent treating transactions created in this way as non-standard, we remove the NULLDUMMY flag from the STANDARD_SCRIPT_VERIFY_FLAGS rules.

This is no change from the current situation in release v0.9.5.1-5869. It simply pushes back enforcement of any relay rules regarding the CHECKMULTISIG dummy value.