[CORDA-624] Node Explorer on Issuing cash throws MissingContractAttachements exception

This commit is contained in:
Patrick Kuo 2017-09-26 12:07:43 +01:00
parent 4df8b427d2
commit 27fea4d8ec

View File

@ -68,7 +68,7 @@ class ExplorerSimulation(val options: OptionSet) {
private fun startDemoNodes() {
val portAllocation = PortAllocation.Incremental(20000)
driver(portAllocation = portAllocation) {
driver(portAllocation = portAllocation, extraCordappPackagesToScan = listOf("net.corda.finance")) {
// TODO : Supported flow should be exposed somehow from the node instead of set of ServiceInfo.
val notary = startNode(providedName = DUMMY_NOTARY.name, advertisedServices = setOf(ServiceInfo(SimpleNotaryService.type)),
customOverrides = mapOf("nearestCity" to "Zurich"))