Changed pool name for the new test

This commit is contained in:
SChernykh 2021-08-31 17:25:01 +02:00
parent 780afd84a2
commit e44919c289

View file

@ -55,7 +55,7 @@ SideChain::SideChain(p2pool* pool, NetworkType type)
: m_pool(pool) : m_pool(pool)
, m_networkType(type) , m_networkType(type)
, m_chainTip(nullptr) , m_chainTip(nullptr)
, m_poolName("default") , m_poolName("mainnet test 2")
, m_targetBlockTime(10) , m_targetBlockTime(10)
, m_minDifficulty(MIN_DIFFICULTY, 0) , m_minDifficulty(MIN_DIFFICULTY, 0)
, m_chainWindowSize(2160) , m_chainWindowSize(2160)