mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +00:00
[CORDA-624] Node Explorer on Issuing cash throws MissingContractAttachements exception (#1654)
This commit is contained in:
parent
e1b040ba0e
commit
474a72d1d2
@ -68,7 +68,7 @@ class ExplorerSimulation(val options: OptionSet) {
|
|||||||
|
|
||||||
private fun startDemoNodes() {
|
private fun startDemoNodes() {
|
||||||
val portAllocation = PortAllocation.Incremental(20000)
|
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.
|
// 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)),
|
val notary = startNode(providedName = DUMMY_NOTARY.name, advertisedServices = setOf(ServiceInfo(SimpleNotaryService.type)),
|
||||||
customOverrides = mapOf("nearestCity" to "Zurich"))
|
customOverrides = mapOf("nearestCity" to "Zurich"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user