Test
This commit is contained in:
@@ -381,7 +381,7 @@ void UpdateBlockAvailability(NodeId nodeid, const uint256 &hash) {
|
|||||||
CNodeState *state = State(nodeid);
|
CNodeState *state = State(nodeid);
|
||||||
assert(state != NULL);
|
assert(state != NULL);
|
||||||
|
|
||||||
ProcessBlockAvailability(nodeid);
|
//ProcessBlockAvailability(nodeid);
|
||||||
|
|
||||||
/*BlockMap::iterator it = mapBlockIndex.find(hash);
|
/*BlockMap::iterator it = mapBlockIndex.find(hash);
|
||||||
if (it != mapBlockIndex.end() && it->second->nChainWork > 0) {
|
if (it != mapBlockIndex.end() && it->second->nChainWork > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user