Let stagenet hardfork happen before mainnet.

This commit is contained in:
Norman Moeschter 2020-09-04 22:47:05 +01:00
parent 9fb2243db0
commit 036da6d45b
No known key found for this signature in database
GPG Key ID: A7F8A1CFB1B0FDF2
1 changed files with 2 additions and 2 deletions

View File

@ -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]);