Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 43c053bbfe03cbcc2b72bbad25853bdcfdd86fb9
https://github.com/btcsuite/btcd/commit/43c053bbfe03cbcc2b72bbad25853bdcfdd86fb9
Author: Dave Collins <[email protected]>
Date: 2015-04-21 (Tue, 21 Apr 2015)
Changed paths:
A txscript/error.go
M txscript/script.go
Log Message:
-----------
txscript: Move error definitions to error.go.
This is more consistent with the rest of the code base and also will make
it easier to improve the errors to provide more details at a later date.