mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-01 11:04:15 +00:00
config: enable hardforks for default NeoFS testnet config
Otherwise all hardforks enabled by default from genesis which leads to errors like this if we introduce new hardfork: ``` Dec 04 02:46:46 titan1 neofs-node[157390]: warn client/multi.go:43 could not establish connection to RPC node {"endpoint": "wss://rpc.morph.t5.fs.neo.org/ws", "error": "WS client initialization: failed to get network magic: unexpected hardfork: Echidna"} ``` Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
9a3923097b
commit
f7ee66ff8b
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ ProtocolConfiguration:
|
|||
- morph7.t5.fs.neo.org:50333
|
||||
VerifyTransactions: true
|
||||
P2PSigExtensions: true
|
||||
Hardforks:
|
||||
Aspidochelone: 0
|
||||
Basilisk: 0
|
||||
Cockatrice: 0
|
||||
Domovoi: 0
|
||||
|
||||
ApplicationConfiguration:
|
||||
SkipBlockVerification: false
|
||||
|
|
Loading…
Add table
Reference in a new issue