Skip to content

Commit

Permalink
fix consensus v2 height
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukaMa committed Dec 9, 2024
1 parent 2c05b09 commit 24d6a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/mainnet/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ class Mainnet:

restrictions_id = Field(7562506206353711030068167991213732850758501012603348777370400520506564970105)

consensus_v2_height = 2950000
consensus_v2_height = 2800000
2 changes: 1 addition & 1 deletion node/testnet/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ class Testnet:

restrictions_id = Field(7562506206353711030068167991213732850758501012603348777370400520506564970105)

consensus_v2_height = 2800000
consensus_v2_height = 2950000

0 comments on commit 24d6a81

Please sign in to comment.