Branch: refs/heads/master
Home: https://github.com/conformal/btcchain
Commit: 5295be070dbb85de218f472c01e6d5066ba049b4
https://github.com/conformal/btcchain/commit/5295be070dbb85de218f472c01e6d5066ba049b4
Author: Dave Collins <[email protected]>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M process.go
M validate.go
M validate_test.go
Log Message:
-----------
Make the CheckBlockSanity function context free.
Rather than defining CheckBlockSanity as a member of a BlockChain
instance, define it at the root level so it is truly context free as
intended. In order to make it context free, the proof of work limit is
now a required parameter.