Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: f4d551c08dba560d1477c71b23acc560cc9c6cd3
https://github.com/btcsuite/btcd/commit/f4d551c08dba560d1477c71b23acc560cc9c6cd3
Author: Dave Collins <[email protected]>
Date: 2016-02-19 (Fri, 19 Feb 2016)
Changed paths:
M cmd/findcheckpoint/findcheckpoint.go
Log Message:
-----------
findcheckpoint: Update to allow first checkpoint.
This updates the findcheckpoint utility to work when there are not
already any checkpoints. This doesn't really matter for Bitcoin at the
current time, but if a new testnet is created it will not have any
checkpoints to start with and this change also means the utility can
work for alts.
While here, switch a couple of error prints to ensure they contain a
final newline.