mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-17 00:07:47 +00:00
Changed pool name for the new test
This commit is contained in:
parent
780afd84a2
commit
e44919c289
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ SideChain::SideChain(p2pool* pool, NetworkType type)
|
|||
: m_pool(pool)
|
||||
, m_networkType(type)
|
||||
, m_chainTip(nullptr)
|
||||
, m_poolName("default")
|
||||
, m_poolName("mainnet test 2")
|
||||
, m_targetBlockTime(10)
|
||||
, m_minDifficulty(MIN_DIFFICULTY, 0)
|
||||
, m_chainWindowSize(2160)
|
||||
|
|
Loading…
Reference in a new issue