mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rename LedgerAcquire to InboundLedger
This commit is contained in:
@@ -177,7 +177,7 @@ private:
|
||||
|
||||
bool acquireMissingLedger (Ledger::ref from, uint256 const& ledgerHash, uint32 ledgerSeq);
|
||||
void asyncAccept (Ledger::pointer);
|
||||
void missingAcquireComplete (LedgerAcquire::pointer);
|
||||
void missingAcquireComplete (InboundLedger::pointer);
|
||||
void pubThread ();
|
||||
void updatePaths ();
|
||||
|
||||
@@ -197,7 +197,7 @@ private:
|
||||
CanonicalTXSet mHeldTransactions;
|
||||
|
||||
RangeSet mCompleteLedgers;
|
||||
LedgerAcquire::pointer mMissingLedger;
|
||||
InboundLedger::pointer mMissingLedger;
|
||||
uint32 mMissingSeq;
|
||||
|
||||
int mMinValidations; // The minimum validations to publish a ledger
|
||||
|
||||
Reference in New Issue
Block a user