Skip to content

Commit

Permalink
Configs for Stagenet 3
Browse files Browse the repository at this point in the history
  • Loading branch information
VanGrx committed Nov 16, 2020
1 parent ce05f30 commit 8ba1bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/checkpoints/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ namespace cryptonote

if (nettype == STAGENET)
{
ADD_CHECKPOINT(1, "fb37e7df933669b58e3d946fd555c3dd3b830156b15ba25a6d8bc300c4ada10a");
ADD_CHECKPOINT(1, "fb37e7df933669b58e3d946fd555c3dd3b830156b15ba25a6d8bc300c4ada10a");
ADD_CHECKPOINT(90000, "8252181f588b5760fbc5dee91eaeaf304878ae385413aa0eef600cd8210019e9");
return true;
}

Expand Down
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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, 90150, 0, 1592578800}
{ 7, 91020, 0, 1605691874}
};

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

0 comments on commit 8ba1bb8

Please sign in to comment.