mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
tx_pool: remove obsolete unused m_config_folder field
This commit is contained in:
parent
ab594cfee9
commit
14ec6ed80d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue