[#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>
This commit is contained in:
parent
c5044c761c
commit
11b237753f
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ ProtocolConfiguration:
|
||||||
- 172.200.0.1:20333
|
- 172.200.0.1:20333
|
||||||
VerifyBlocks: true
|
VerifyBlocks: true
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: true
|
P2PSigExtensions: false
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
@ -52,7 +52,7 @@ ApplicationConfiguration:
|
||||||
Path: "./wallets/node-wallet.json"
|
Path: "./wallets/node-wallet.json"
|
||||||
Password: "one"
|
Password: "one"
|
||||||
P2PNotary:
|
P2PNotary:
|
||||||
Enabled: true
|
Enabled: false
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
Path: "./wallets/node-wallet.json"
|
Path: "./wallets/node-wallet.json"
|
||||||
Password: "one"
|
Password: "one"
|
||||||
|
|
Loading…
Reference in a new issue