mirror of
https://github.com/corda/corda.git
synced 2024-12-27 08:22:35 +00:00
a83f4fd61b
* Changing network parameters to use node info files instead of by hand specification of notary * Addressing review comments * Different names for notaries * Updating README
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
notaries : [{
|
|
notaryNodeInfoFile: "/Path/To/NodeInfo/File1"
|
|
validating: true
|
|
}, {
|
|
notaryNodeInfoFile: "/Path/To/NodeInfo/File2"
|
|
validating: false
|
|
}]
|
|
eventHorizonDays = 100
|
|
minimumPlatformVersion = 1
|
|
maxMessageSize = 100
|
|
maxTransactionSize = 100 |