forked from TrueCloudLab/frostfs-dev-env
[#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
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue