Skip to content

Commit

Permalink
Public testnet settings
Browse files Browse the repository at this point in the history
  • Loading branch information
miketout committed Jun 19, 2023
1 parent 2d87ddf commit 44d2ec8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pbaas/pbaas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6078,8 +6078,7 @@ bool CConnectedChains::IsUpgradeActive(const uint160 &upgradeID, uint32_t blockH

uint32_t CConnectedChains::GetZeroViaHeight(bool getVerusHeight) const
{
return (getVerusHeight || IsVerusActive()) ? (PBAAS_TESTMODE ? 1 : 2577258) : 0;
//return (getVerusHeight || IsVerusActive()) ? (PBAAS_TESTMODE ? 69013 : 2578653) : 0;
return (getVerusHeight || IsVerusActive()) ? (PBAAS_TESTMODE ? 69013 : 2578653) : 0;
}

bool CConnectedChains::CheckZeroViaOnlyPostLaunch(uint32_t height) const
Expand Down

0 comments on commit 44d2ec8

Please sign in to comment.