config: enable Notary contract for single unittestnet chain

We need this for tests.
This commit is contained in:
Anna Shaleva 2021-04-16 16:21:25 +03:00
parent f7dcb7ae29
commit c77997a357

View file

@ -8,7 +8,7 @@ ProtocolConfiguration:
ValidatorsCount: 1
VerifyBlocks: true
VerifyTransactions: true
P2PSigExtensions: false
P2PSigExtensions: true
NativeActivations:
ContractManagement: [0]
StdLib: [0]
@ -20,6 +20,7 @@ ProtocolConfiguration:
RoleManagement: [0]
OracleContract: [0]
NameService: [0]
Notary: [0]
ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file.