lbcd/util/addblock
Dave Collins 21872ecdaa Update for recent btcchain ProcessBlock API change.
Now that the ProcessBlock function returns whether or not the block was an
orphan, the code which requests the parent blocks from the peer that sent
them has been moved to directly after the call to it.

This makes the handling more obvious and has allowed removal of the
blockPeer map which was kept so the notification handler could identify
which peer to request the blocks from.

ok @jrick
2014-06-25 17:46:11 -05:00
..
addblock.go Rework and Improve addblock utility. 2014-01-14 01:18:52 -06:00
config.go Convert addblock utility to use btcnet. 2014-05-27 00:48:00 -05:00
import.go Update for recent btcchain ProcessBlock API change. 2014-06-25 17:46:11 -05:00