mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +00:00
Merge pull request #2530 from nspcc-dev/enable-hf
config: adjust HF enabled height
This commit is contained in:
commit
5a92ed339b
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,7 @@ ProtocolConfiguration:
|
||||||
VerifyTransactions: false
|
VerifyTransactions: false
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
Hardforks:
|
Hardforks:
|
||||||
HF_Aspidochelone: 2000000
|
HF_Aspidochelone: 1730000
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
ContractManagement: [0]
|
ContractManagement: [0]
|
||||||
StdLib: [0]
|
StdLib: [0]
|
||||||
|
|
|
@ -39,6 +39,8 @@ ProtocolConfiguration:
|
||||||
VerifyBlocks: true
|
VerifyBlocks: true
|
||||||
VerifyTransactions: false
|
VerifyTransactions: false
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
|
Hardforks:
|
||||||
|
HF_Aspidochelone: 210000
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
ContractManagement: [0]
|
ContractManagement: [0]
|
||||||
StdLib: [0]
|
StdLib: [0]
|
||||||
|
|
Loading…
Reference in a new issue