mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 14:06:07 -04:00
Make null hash constants constexpr
Simplify m_template initialization in miner
This commit is contained in:
parent
4ad191ffa9
commit
928f4be953
2 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ namespace cryptonote
|
|||
|
||||
|
||||
miner::miner(i_miner_handler* phandler):m_stop(1),
|
||||
m_template(block{}),
|
||||
m_template{},
|
||||
m_template_no(0),
|
||||
m_diffic(0),
|
||||
m_thread_index(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue