[#97] Disable P2PSigExtension in main chain by default

Default neofs-dev-env configuration has notary subsytem
disabled in main chain, so it should be reflected in
main chain consensus node config

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
wallet-connect
Alex Vanin 2021-06-16 11:48:31 +03:00 committed by Alex Vanin
parent c5044c761c
commit 11b237753f
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ ProtocolConfiguration:
- 172.200.0.1:20333
VerifyBlocks: true
VerifyTransactions: true
P2PSigExtensions: true
P2PSigExtensions: false
ApplicationConfiguration:
DBConfiguration:
@ -52,7 +52,7 @@ ApplicationConfiguration:
Path: "./wallets/node-wallet.json"
Password: "one"
P2PNotary:
Enabled: true
Enabled: false
UnlockWallet:
Path: "./wallets/node-wallet.json"
Password: "one"