mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Begin work on fetch_info command.
This commit is contained in:
@@ -1511,6 +1511,16 @@ Json::Value NetworkOPs::getServerInfo (bool human, bool admin)
|
||||
return info;
|
||||
}
|
||||
|
||||
void NetworkOPs::clearLedgerFetch ()
|
||||
{
|
||||
getApp().getInboundLedgers().clearFailures();
|
||||
}
|
||||
|
||||
Json::Value NetworkOPs::getLedgerFetchInfo ()
|
||||
{
|
||||
return getApp().getInboundLedgers().getInfo();
|
||||
}
|
||||
|
||||
//
|
||||
// Monitoring: publisher side
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user