Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: f79c72f18aa7e9a56bd7e5e9c636cb6a8bb4d75c
https://github.com/btcsuite/btcd/commit/f79c72f18aa7e9a56bd7e5e9c636cb6a8bb4d75c
Author: David Hill <[email protected]>
Date: 2015-02-23 (Mon, 23 Feb 2015)
Changed paths:
M mining.go
M txscript/example_test.go
M txscript/opcode.go
M txscript/opcode_test.go
M txscript/script.go
M txscript/script_test.go
Log Message:
-----------
txscript: Remove ScriptCanonicalSignatures
Remove ScriptCanonicalSignatures and use the new
ScriptVerifyDERSignatures flag. The ScriptVerifyDERSignatures
flag accomplishes the same functionality.