mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
Fixes.
This commit is contained in:
@@ -1443,10 +1443,10 @@ bool NetworkOPs::subServer(InfoSub* ispListener, Json::Value& jvResult)
|
|||||||
jvResult["stand_alone"] = theConfig.RUN_STANDALONE;
|
jvResult["stand_alone"] = theConfig.RUN_STANDALONE;
|
||||||
|
|
||||||
getRand(uRandom.begin(), uRandom.size());
|
getRand(uRandom.begin(), uRandom.size());
|
||||||
jvResult["random"] = uRandom.ToString();
|
jvResult["random"] = uRandom.ToString();
|
||||||
jvResult["server_status"] = mNetOps->strOperatingMode();
|
jvResult["server_status"] = strOperatingMode();
|
||||||
jvObj["load_base"] = theApp->getFeeTrack().getLoadBase();
|
jvResult["load_base"] = theApp->getFeeTrack().getLoadBase();
|
||||||
jvObj["load_fee"] = theApp->getFeeTrack().getLoadFactor();
|
jvResult["load_fee"] = theApp->getFeeTrack().getLoadFactor();
|
||||||
|
|
||||||
return mSubServer.insert(ispListener).second;
|
return mSubServer.insert(ispListener).second;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user