Bugfixes.

This commit is contained in:
JoelKatz
2012-06-05 15:54:52 -07:00
parent 8e974236b8
commit 7d153490ab
4 changed files with 9 additions and 6 deletions

View File

@@ -403,7 +403,6 @@ bool LedgerAcquireMaster::gotLedgerData(newcoin::TMLedgerData& packet, Peer::poi
{
if (packet.nodes_size() != 1) return false;
const newcoin::TMLedgerNode& node = packet.nodes(0);
if (!node.has_nodedata()) return false;
return ledger->takeBase(node.nodedata(), peer);
}
else if ((packet.type() == newcoin::liTX_NODE) || (packet.type() == newcoin::liAS_NODE))