Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: f8167ab36f9987403de53c6997dcbc170a841f84 https://github.com/btcsuite/btcd/commit/f8167ab36f9987403de53c6997dcbc170a841f84 Author: Jonathan Gillham <[email protected]> Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M txscript/script.go
Log Message:
-----------
txscript: Remove unneeded signature hash copies
These copies were likely left over from when MsgTx had no deep copy
functionality.
