forked from TrueCloudLab/frostfs-dev-env
Enable notary in main chain
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
73ced8c4f7
commit
833960d33c
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@ ProtocolConfiguration:
|
||||||
- 172.200.0.1:20333
|
- 172.200.0.1:20333
|
||||||
VerifyBlocks: true
|
VerifyBlocks: true
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
|
P2PSigExtensions: true
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
DBConfiguration:
|
DBConfiguration:
|
||||||
|
@ -49,3 +50,8 @@ ApplicationConfiguration:
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
Path: "./wallets/node-wallet.json"
|
Path: "./wallets/node-wallet.json"
|
||||||
Password: "one"
|
Password: "one"
|
||||||
|
P2PNotary:
|
||||||
|
Enabled: true
|
||||||
|
UnlockWallet:
|
||||||
|
Path: "./wallets/node-wallet.json"
|
||||||
|
Password: "one"
|
||||||
|
|
Loading…
Reference in a new issue