mirror of
https://github.com/corda/corda.git
synced 2025-03-15 16:46:12 +00:00
Remove superfluous call
This commit is contained in:
parent
a589f5e984
commit
92184b47f6
@ -80,8 +80,6 @@ class ExplorerSimulation(private val options: OptionSet) {
|
||||
val portAllocation = PortAllocation.Incremental(20000)
|
||||
driver(DriverParameters(
|
||||
portAllocation = portAllocation,
|
||||
extraCordappPackagesToScan = packagesOfClasses(CashIssueFlow::class, Cash::class, CashSchemaV1::class,
|
||||
IOUFlow::class, ObtainMembershipListContentFlow::class),
|
||||
cordappsForAllNodes = listOf(FINANCE_CORDAPP, BUSINESS_NETWORK_CORDAPP),
|
||||
waitForAllNodesToFinish = true,
|
||||
jmxPolicy = JmxPolicy(true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user