mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Missing from previous commits.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#include "PubKeyCache.h"
|
#include "PubKeyCache.h"
|
||||||
#include "ScopedLock.h"
|
#include "ScopedLock.h"
|
||||||
#include "LedgerMaster.h"
|
#include "LedgerMaster.h"
|
||||||
|
#include "LedgerAcquire.h"
|
||||||
#include "TransactionMaster.h"
|
#include "TransactionMaster.h"
|
||||||
#include "Wallet.h"
|
#include "Wallet.h"
|
||||||
#include "Peer.h"
|
#include "Peer.h"
|
||||||
@@ -42,6 +43,7 @@ class Application
|
|||||||
KnownNodeList mKnownNodes;
|
KnownNodeList mKnownNodes;
|
||||||
PubKeyCache mPKCache;
|
PubKeyCache mPKCache;
|
||||||
LedgerMaster mMasterLedger;
|
LedgerMaster mMasterLedger;
|
||||||
|
LedgerAcquireMaster mMasterLedgerAcquire;
|
||||||
TransactionMaster mMasterTransaction;
|
TransactionMaster mMasterTransaction;
|
||||||
|
|
||||||
DatabaseCon *mTxnDB, *mLedgerDB, *mWalletDB, *mHashNodeDB, *mNetNodeDB;
|
DatabaseCon *mTxnDB, *mLedgerDB, *mWalletDB, *mHashNodeDB, *mNetNodeDB;
|
||||||
@@ -72,6 +74,7 @@ public:
|
|||||||
boost::asio::io_service& getIOService() { return mIOService; }
|
boost::asio::io_service& getIOService() { return mIOService; }
|
||||||
|
|
||||||
LedgerMaster& getMasterLedger() { return mMasterLedger; }
|
LedgerMaster& getMasterLedger() { return mMasterLedger; }
|
||||||
|
LedgerAcquireMaster& getMasterLedgerAcquire() { return mMasterLedgerAcquire; }
|
||||||
TransactionMaster& getMasterTransaction() { return mMasterTransaction; }
|
TransactionMaster& getMasterTransaction() { return mMasterTransaction; }
|
||||||
|
|
||||||
DatabaseCon* getTxnDB() { return mTxnDB; }
|
DatabaseCon* getTxnDB() { return mTxnDB; }
|
||||||
|
|||||||
Reference in New Issue
Block a user