Add cash and issuer services to DemoBench.

This commit is contained in:
Chris Rankin 2017-01-31 11:10:56 +00:00
parent d43cf05d0b
commit fc300130de
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class ServiceController : Controller() {
get() = serviceSet
private fun loadConf(url: URL): List<String> {
val set = HashSet<String>()
val set = TreeSet<String>()
InputStreamReader(url.openStream()).readLines().forEach {
val service = it.trim()
set.add(service)

View File

@ -1,3 +1,6 @@
corda.notary.validating
corda.notary.simple
corda.interest_rates
corda.issuer.USD
corda.issuer.GBP
corda.cash