core: move strict script check on deploy under HF condition
Follow the https://github.com/neo-project/neo/pull/2881. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
bd937bc500
commit
50ee241377
6 changed files with 82 additions and 25 deletions
|
@ -9,11 +9,12 @@ func _() {
|
|||
// Re-run the stringer command to generate them again.
|
||||
var x [1]struct{}
|
||||
_ = x[HFAspidochelone-1]
|
||||
_ = x[HFBasilisk-2]
|
||||
}
|
||||
|
||||
const _Hardfork_name = "Aspidochelone"
|
||||
const _Hardfork_name = "AspidocheloneBasilisk"
|
||||
|
||||
var _Hardfork_index = [...]uint8{0, 13}
|
||||
var _Hardfork_index = [...]uint8{0, 13, 21}
|
||||
|
||||
func (i Hardfork) String() string {
|
||||
i -= 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue