dcrd/cmd/addblock
C Jepson 393c48d32e Fix the dumpblockchain function (#405)
The dumpblockchain function used to serialize a map of block
into gob serialized format, which was used for testing but which
was incompatible with the addblock tool.  The function now dumps
a flat file the the same format required by the addblock tool.

A couple shutdown assertions were added as well, to prevent
potential panics if pointers were nil.  The duration of time
it took to sync the blockchain with addblock is now
reported.
2016-10-10 11:35:46 -05:00
..
addblock.go Fix the dumpblockchain function (#405) 2016-10-10 11:35:46 -05:00
config.go Merge in btcd commit 'dc83f4ee6a127038dc0238600bdc745d239cf8b1' 2016-09-23 15:03:16 -04:00
import.go Fix the dumpblockchain function (#405) 2016-10-10 11:35:46 -05:00