mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +00:00
Backported removed release notes entry.
This commit is contained in:
parent
4f92a2584b
commit
b39a1a71d9
@ -544,9 +544,7 @@ class DriverDSLImpl(
|
|||||||
localNetworkMap,
|
localNetworkMap,
|
||||||
spec.rpcUsers,
|
spec.rpcUsers,
|
||||||
spec.verifierType,
|
spec.verifierType,
|
||||||
customOverrides = notaryConfig(clusterAddress) + mapOf(
|
customOverrides = notaryConfig(clusterAddress)
|
||||||
"database.serverNameTablePrefix" to nodeNames[0].toString().replace(Regex("[^0-9A-Za-z]+"), "")
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// All other nodes will join the cluster
|
// All other nodes will join the cluster
|
||||||
@ -557,9 +555,7 @@ class DriverDSLImpl(
|
|||||||
localNetworkMap,
|
localNetworkMap,
|
||||||
spec.rpcUsers,
|
spec.rpcUsers,
|
||||||
spec.verifierType,
|
spec.verifierType,
|
||||||
customOverrides = notaryConfig(nodeAddress, clusterAddress) + mapOf(
|
customOverrides = notaryConfig(nodeAddress, clusterAddress)
|
||||||
"database.serverNameTablePrefix" to it.toString().replace(Regex("[^0-9A-Za-z]+"), "")
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user