mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Share the 'shouldAcquire' function. recvGetLedger will needed it.
This commit is contained in:
@@ -124,6 +124,8 @@ public:
|
||||
void checkAccept(const uint256& hash);
|
||||
void checkAccept(const uint256& hash, uint32 seq);
|
||||
void tryPublish();
|
||||
|
||||
static bool shouldAcquire(uint32 currentLedgerID, uint32 ledgerHistory, uint32 targetLedger);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user