mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename NodeStore and add backend abstractions
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
return mTempNodeCache;
|
||||
}
|
||||
|
||||
HashedObjectStore& getHashedObjectStore ()
|
||||
NodeStore& getHashedObjectStore ()
|
||||
{
|
||||
return mHashedObjectStore;
|
||||
}
|
||||
@@ -223,7 +223,7 @@ private:
|
||||
NetworkOPs mNetOps;
|
||||
RPCServerHandler m_rpcServerHandler;
|
||||
NodeCache mTempNodeCache;
|
||||
HashedObjectStore mHashedObjectStore;
|
||||
NodeStore mHashedObjectStore;
|
||||
SLECache mSLECache;
|
||||
SNTPClient mSNTPClient;
|
||||
JobQueue mJobQueue;
|
||||
|
||||
Reference in New Issue
Block a user