config: set Aspidochelone hard fork for mainnet
See neo-project/neo-node#862. It's not yet official, but this change makes testing against mainnet dumps easier for node.
This commit is contained in:
parent
0111cd8ae7
commit
c605cfb580
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ ProtocolConfiguration:
|
||||||
VerifyBlocks: true
|
VerifyBlocks: true
|
||||||
VerifyTransactions: false
|
VerifyTransactions: false
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: false
|
||||||
|
Hardforks:
|
||||||
|
HF_Aspidochelone: 2000000
|
||||||
NativeActivations:
|
NativeActivations:
|
||||||
ContractManagement: [0]
|
ContractManagement: [0]
|
||||||
StdLib: [0]
|
StdLib: [0]
|
||||||
|
|
Loading…
Reference in a new issue