Skip to content

Commit

Permalink
Add stagenet advanced txs hardfork height and timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
VanGrx committed Jun 19, 2020
1 parent 832b785 commit 2d49c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static const struct {
{ 4, config::stagenet::HARDFORK_V4_START_HEIGHT, 0, 1565962165},
{ 5, config::stagenet::HARDFORK_V4_START_HEIGHT + 1, 0, 1565962166},
{ 6, config::stagenet::HARDFORK_V4_START_HEIGHT + 2, 0, 1592478292},
{ 7, 89400, 0, 1565972167}
{ 7, 90150, 0, 1592578800}
};

//------------------------------------------------------------------
Expand Down

0 comments on commit 2d49c02

Please sign in to comment.