mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bugfixes.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user