mirror of
https://github.com/corda/corda.git
synced 2024-12-26 16:11:12 +00:00
c40e8e4518
* Overriding network parameters if they are specified in the deployment configuration * Addressing review comments * Addressing review comments * Changing the getCurrentNetworkMap return type to be nullable
13 lines
444 B
Plaintext
13 lines
444 B
Plaintext
notaries : [{
|
|
name: "O=Notary A, L=Port Louis, C=MU, OU=Org Unit, CN=Service Name"
|
|
key: "GfHq2tTVk9z4eXgyWmExBB3JfHpeuYrk9jUc4zaVVSXpnW8FdCUNDhw6GRGN"
|
|
validating: true
|
|
}, {
|
|
name: "O=Notary B, L=Bali, C=ID, OU=Org Unit, CN=Service Name"
|
|
key: "GfHq2tTVk9z4eXgyEshv6vtBDjp7n76QZH5hk6VXLhk3vRTAmKcP9F9tRfPj"
|
|
validating: false
|
|
}]
|
|
eventHorizonDays = 100
|
|
minimumPlatformVersion = 1
|
|
maxMessageSize = 100
|
|
maxTransactionSize = 100 |