Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: 0efea24aa6a7f29ef528cf63b3a7fb3606b1f6f2 https://github.com/btcsuite/btcd/commit/0efea24aa6a7f29ef528cf63b3a7fb3606b1f6f2 Author: David Hill <dh...@mindcry.org> Date: 2017-01-13 (Fri, 13 Jan 2017)
Changed paths: M txscript/data/script_tests.json M txscript/engine.go M txscript/error.go M txscript/error_test.go M txscript/opcode.go M txscript/reference_test.go M txscript/standard.go Log Message: ----------- txscript: Implement ScriptVerifyNullFail ScriptVerifyNullFail defines that signatures must be empty if a CHECKSIG or CHECKMULTISIG operation fails. This commit also enables ScriptVerifyNullFail at the mempool policy level.