Enable notary in main chain

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-05-05 14:01:12 +03:00 committed by Alex Vanin
parent 73ced8c4f7
commit 833960d33c

View file

@ -9,6 +9,7 @@ ProtocolConfiguration:
- 172.200.0.1:20333
VerifyBlocks: true
VerifyTransactions: true
P2PSigExtensions: true
ApplicationConfiguration:
DBConfiguration:
@ -49,3 +50,8 @@ ApplicationConfiguration:
UnlockWallet:
Path: "./wallets/node-wallet.json"
Password: "one"
P2PNotary:
Enabled: true
UnlockWallet:
Path: "./wallets/node-wallet.json"
Password: "one"