Skip to content

Commit

Permalink
Update testnet activation time
Browse files Browse the repository at this point in the history
  • Loading branch information
miketout committed Nov 10, 2023
1 parent 7d1f078 commit 54e0cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pbaas/pbaas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6424,7 +6424,7 @@ uint32_t CConnectedChains::GetZeroViaHeight(bool getVerusHeight) const

uint32_t CConnectedChains::GetOptimizedETHProofHeight(bool getVerusHeight) const
{
return (getVerusHeight || _IsVerusActive()) ? (PBAAS_TESTMODE && PBAAS_OPTIMIZE_ETH_HEIGHT > 284300 ? 284300 : PBAAS_OPTIMIZE_ETH_HEIGHT) : 0;
return (getVerusHeight || _IsVerusActive()) ? (PBAAS_TESTMODE && PBAAS_OPTIMIZE_ETH_HEIGHT > 285700 ? 285700 : PBAAS_OPTIMIZE_ETH_HEIGHT) : 0;
}

bool CConnectedChains::ShouldOptimizeETHProof() const
Expand Down

0 comments on commit 54e0cf2

Please sign in to comment.