Skip to content

Commit

Permalink
Fix switch block height for Lyra2Revc0ban
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ban-project committed Nov 7, 2018
1 parent a429899 commit b052eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -111,7 +111,7 @@ class CMainParams : public CChainParams {
// Hardfork params
nZawyLwmaAveragingWindow = 8;
nSwitchLyra2REv2_LWMA = 1450888;
nSwitchLyra2REvc0ban_LWMA = 1590888; // TODO change block height for release
nSwitchLyra2REvc0ban_LWMA = 1640000;

/**
* The message start string is designed to be unlikely to occur in normal data.
Expand Down

0 comments on commit b052eeb

Please sign in to comment.