forked from lthn/blockchain
minor fix (uninitialized member variable)
This commit is contained in:
parent
03e4dfbbd2
commit
6d1f954f5d
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ namespace currency
|
|||
m_current_hash_rate(0),
|
||||
m_last_hr_merge_time(0),
|
||||
m_hashes(0),
|
||||
m_config(AUTO_VAL_INIT(m_config))
|
||||
m_config(AUTO_VAL_INIT(m_config)),
|
||||
m_mine_address{}
|
||||
{
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue