Merge pull request #2226

14ec6ed8 tx_pool: remove obsolete unused m_config_folder field (moneromooo-monero)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit 5cc53c7e49
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -493,7 +493,6 @@ private:
*/
std::unordered_set<crypto::hash> m_timed_out_transactions;
std::string m_config_folder; //!< the folder to save state to
Blockchain& m_blockchain; //!< reference to the Blockchain object
};
}

Loading…
Cancel
Save