mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 04:55:52 +00:00
Rename Wallet to LocalCredentials
This commit is contained in:
@@ -728,7 +728,7 @@ bool NetworkOPs::checkLastClosedLedger (const std::vector<Peer::pointer>& peerLi
|
||||
if (mMode >= omTRACKING)
|
||||
{
|
||||
++ourVC.nodesUsing;
|
||||
uint160 ourAddress = theApp->getWallet ().getNodePublic ().getNodeID ();
|
||||
uint160 ourAddress = theApp->getLocalCredentials ().getNodePublic ().getNodeID ();
|
||||
|
||||
if (ourAddress > ourVC.highNodeUsing)
|
||||
ourVC.highNodeUsing = ourAddress;
|
||||
@@ -1352,7 +1352,7 @@ Json::Value NetworkOPs::getServerInfo (bool human, bool admin)
|
||||
info["pubkey_validator"] = "none";
|
||||
}
|
||||
|
||||
info["pubkey_node"] = theApp->getWallet ().getNodePublic ().humanNodePublic ();
|
||||
info["pubkey_node"] = theApp->getLocalCredentials ().getNodePublic ().humanNodePublic ();
|
||||
|
||||
|
||||
info["complete_ledgers"] = theApp->getLedgerMaster ().getCompleteLedgers ();
|
||||
|
||||
Reference in New Issue
Block a user