Skip to content

Commit

Permalink
Merge pull request #275 from Asherda/update-activation-height
Browse files Browse the repository at this point in the history
Update activation height for bridge.veth + PBaaS converter launch
  • Loading branch information
miketout committed Nov 23, 2023
2 parents 6caedd4 + 907cd47 commit b6b8957
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 @@ -6475,7 +6475,7 @@ bool CConnectedChains::StrictCheckIDExport(uint32_t height) const

uint32_t CConnectedChains::DiscernBlockOneLaunchInfoHeight(bool getVerusHeight) const
{
return (getVerusHeight || IsVerusActive()) ? (PBAAS_TESTMODE ? 298700 : 2821700) : 0;
return (getVerusHeight || IsVerusActive()) ? (PBAAS_TESTMODE ? 302170 : 2824790) : 0;
}

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

0 comments on commit b6b8957

Please sign in to comment.