Skip to content

Commit

Permalink
update neovm new opecode height restriction (#1042)
Browse files Browse the repository at this point in the history
* update neovm new opecode height restriction

* fixed testnet neovm opcode height
  • Loading branch information
carltraveler authored and laizy committed Jul 29, 2019
1 parent 6475ec6 commit 8e26759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ const STATE_HASH_HEIGHT_MAINNET = 3000000
const STATE_HASH_HEIGHT_POLARIS = 850000

// neovm opcode update check height
const OPCODE_HEIGHT_UPDATE_FIRST_MAINNET = 6000000
const OPCODE_HEIGHT_UPDATE_FIRST_MAINNET = 6300000
const OPCODE_HEIGHT_UPDATE_FIRST_POLARIS = 2100000

0 comments on commit 8e26759

Please sign in to comment.