Changed pool name for the new test

pull/11/head
SChernykh 2021-08-31 17:25:01 +02:00
parent 780afd84a2
commit e44919c289
1 changed files with 1 additions and 1 deletions

View File

@ -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)