Let stagenet hardfork happen before mainnet.

pull/320/head
Norman Moeschter 4 years ago
parent 9fb2243db0
commit 036da6d45b
No known key found for this signature in database
GPG Key ID: A7F8A1CFB1B0FDF2

@ -115,7 +115,7 @@ const hardfork_t stagenet_hard_forks[] = {
{ 10, 269000, 0, 1550153694 },
{ 11, 269720, 0, 1550225678 },
{ 12, 454721, 0, 1571419280 },
{ 13, 699045, 0, 1598180817 },
{ 14, 699765, 0, 1598180818 },
{ 13, 675405, 0, 1598180817 },
{ 14, 676125, 0, 1598180818 },
};
const size_t num_stagenet_hard_forks = sizeof(stagenet_hard_forks) / sizeof(stagenet_hard_forks[0]);

Loading…
Cancel
Save