Merge pull request #5585
270a3ae
Unused private member m_miner_address (JesusRami)
This commit is contained in:
commit
9f746b72e2
|
@ -219,7 +219,6 @@ namespace cryptonote
|
||||||
m_mempool(m_blockchain_storage),
|
m_mempool(m_blockchain_storage),
|
||||||
m_blockchain_storage(m_mempool),
|
m_blockchain_storage(m_mempool),
|
||||||
m_miner(this),
|
m_miner(this),
|
||||||
m_miner_address(boost::value_initialized<account_public_address>()),
|
|
||||||
m_starter_message_showed(false),
|
m_starter_message_showed(false),
|
||||||
m_target_blockchain_height(0),
|
m_target_blockchain_height(0),
|
||||||
m_checkpoints_path(""),
|
m_checkpoints_path(""),
|
||||||
|
|
|
@ -1014,7 +1014,6 @@ namespace cryptonote
|
||||||
|
|
||||||
//m_miner and m_miner_addres are probably temporary here
|
//m_miner and m_miner_addres are probably temporary here
|
||||||
miner m_miner; //!< miner instance
|
miner m_miner; //!< miner instance
|
||||||
account_public_address m_miner_address; //!< address to mine to (for miner instance)
|
|
||||||
|
|
||||||
std::string m_config_folder; //!< folder to look in for configs and other files
|
std::string m_config_folder; //!< folder to look in for configs and other files
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue