Updated tests post-fork

This commit is contained in:
SChernykh
2024-10-13 13:13:14 +02:00
parent 61bb862cdb
commit c88f126cb1
9 changed files with 31 additions and 488 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ hash PoolBlock::calculate_tx_key_seed() const
bool PoolBlock::merge_mining_enabled() const
{
#ifdef P2POOL_UNIT_TESTS
return false;
return true;
#else
switch (SideChain::network_type()) {
case NetworkType::Mainnet: