Branch: refs/heads/master
Home: https://github.com/conformal/btcchain
Commit: 73228aaebe3312d7a5cbe000f40c4a749e72e195
https://github.com/conformal/btcchain/commit/73228aaebe3312d7a5cbe000f40c4a749e72e195
Author: Dave Collins <[email protected]>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M chain.go
M chain_test.go
M checkpoints.go
M process.go
Log Message:
-----------
Update for recent btcdb API changes.
Since the underlying database driver can now return an error when looking
up if blocks and transactions exist, the HaveBlock function now includes
an error return to allow any underlying errors to be exposed.