mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +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() {
|
||||
println("Running flows with errors simulation mode ...")
|
||||
setUpRPC()
|
||||
notary = aliceNode.rpc.notaryIdentities().first()
|
||||
val eventGenerator = ErrorFlowsEventGenerator(
|
||||
parties = parties.map { it.first },
|
||||
notary = notary,
|
||||
|
Loading…
Reference in New Issue
Block a user