mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
Fix startErrorFlowSimulation (#222)
This commit is contained in:
parent
762d7b7275
commit
8d48083ddf
@ -185,6 +185,7 @@ class ExplorerSimulation(private val options: OptionSet) {
|
|||||||
private fun startErrorFlowsSimulation() {
|
private fun startErrorFlowsSimulation() {
|
||||||
println("Running flows with errors simulation mode ...")
|
println("Running flows with errors simulation mode ...")
|
||||||
setUpRPC()
|
setUpRPC()
|
||||||
|
notary = aliceNode.rpc.notaryIdentities().first()
|
||||||
val eventGenerator = ErrorFlowsEventGenerator(
|
val eventGenerator = ErrorFlowsEventGenerator(
|
||||||
parties = parties.map { it.first },
|
parties = parties.map { it.first },
|
||||||
notary = notary,
|
notary = notary,
|
||||||
|
Loading…
Reference in New Issue
Block a user