mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove obsolete NodeObject fields:
Legacy fields of NodeObject are removed, as they are no longer used and there is a space savings from omitting them: * Remove LedgerIndex
This commit is contained in:
@@ -1400,8 +1400,7 @@ PeerImp::onMessage (std::shared_ptr <protocol::TMGetObjectByHash> const& m)
|
||||
if (obj.has_nodeid ())
|
||||
newObj.set_index (obj.nodeid ());
|
||||
|
||||
if (!reply.has_seq () && (hObj->getLedgerIndex () != 0))
|
||||
reply.set_seq (hObj->getLedgerIndex ());
|
||||
// VFALCO NOTE "seq" in the message is obsolete
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user