Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 65eb8020d29635e4b19b9d8c7833d153efbd08d5
https://github.com/btcsuite/btcd/commit/65eb8020d29635e4b19b9d8c7833d153efbd08d5
Author: Dave Collins <[email protected]>
Date: 2015-02-25 (Wed, 25 Feb 2015)
Changed paths:
M blockchain/accept.go
M blockchain/scriptval.go
M blockchain/scriptval_test.go
M blockchain/validate.go
Log Message:
-----------
blockchain: Determine script flags sooner.
This commit moves the definition of the flags which are needed to check
transaction scripts higher up the call stack to pave the way for adding
support for v3 blocks. While here, also spruce up a couple of sections.
There are no functional changes in this commit.