mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Point out the problem in this code and make it possible to fix it.
This commit is contained in:
@@ -124,6 +124,7 @@ public:
|
||||
// network state machine
|
||||
void checkState(const boost::system::error_code& result);
|
||||
void switchLastClosedLedger(Ledger::pointer newLedger); // Used for the "jump" case
|
||||
bool checkLastClosedLedger(const std::vector<Peer::pointer> &);
|
||||
int beginConsensus(Ledger::pointer closingLedger);
|
||||
void endConsensus();
|
||||
void setStateTimer(int seconds);
|
||||
|
||||
Reference in New Issue
Block a user