mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
Add cash and issuer services to DemoBench.
This commit is contained in:
parent
d43cf05d0b
commit
fc300130de
@ -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)
|
||||
|
@ -1,3 +1,6 @@
|
||||
corda.notary.validating
|
||||
corda.notary.simple
|
||||
corda.interest_rates
|
||||
corda.issuer.USD
|
||||
corda.issuer.GBP
|
||||
corda.cash
|
||||
|
Loading…
Reference in New Issue
Block a user