diff --git a/src/ripple/app/main/Application.cpp b/src/ripple/app/main/Application.cpp index e44ec8dd75..bf2f03b1aa 100644 --- a/src/ripple/app/main/Application.cpp +++ b/src/ripple/app/main/Application.cpp @@ -177,6 +177,9 @@ public: beast::Journal m_journal; Application::LockType m_masterMutex; + // Required by the SHAMapStore + TransactionMaster m_txMaster; + NodeStoreScheduler m_nodeStoreScheduler; std::unique_ptr m_shaMapStore; std::unique_ptr m_nodeStore; @@ -186,7 +189,6 @@ public: TreeNodeCache m_treeNodeCache; SLECache m_sleCache; LocalCredentials m_localCredentials; - TransactionMaster m_txMaster; std::unique_ptr m_collectorManager; std::unique_ptr m_resourceManager;