mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename Wallet to LocalCredentials
This commit is contained in:
@@ -16,9 +16,9 @@ public:
|
||||
Application ();
|
||||
~Application ();
|
||||
|
||||
Wallet& getWallet ()
|
||||
LocalCredentials& getLocalCredentials ()
|
||||
{
|
||||
return mWallet ;
|
||||
return mLocalCredentials ;
|
||||
}
|
||||
NetworkOPs& getOPs ()
|
||||
{
|
||||
@@ -185,7 +185,7 @@ private:
|
||||
|
||||
boost::recursive_mutex mMasterLock;
|
||||
|
||||
Wallet mWallet;
|
||||
LocalCredentials mLocalCredentials;
|
||||
LedgerMaster mLedgerMaster;
|
||||
LedgerAcquireMaster mMasterLedgerAcquire;
|
||||
TransactionMaster mMasterTransaction;
|
||||
@@ -460,9 +460,9 @@ void Application::setup ()
|
||||
|
||||
//
|
||||
// Begin validation and ip maintenance.
|
||||
// - Wallet maintains local information: including identity and network connection persistence information.
|
||||
// - LocalCredentials maintains local information: including identity and network connection persistence information.
|
||||
//
|
||||
mWallet.start ();
|
||||
mLocalCredentials.start ();
|
||||
|
||||
//
|
||||
// Set up UNL.
|
||||
|
||||
Reference in New Issue
Block a user