mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
Fixed compile error in IRSDemo and updated demo data to match new format.
This commit is contained in:
parent
5de855e045
commit
b050411810
@ -277,7 +277,7 @@ private fun runNode(nodeParams : NodeParams, useInMemoryMessaging: Boolean) : Un
|
||||
}
|
||||
}
|
||||
|
||||
private fun runUploadRates(host) {
|
||||
private fun runUploadRates(host: String) {
|
||||
val fileContents = IOUtils.toString(NodeParams::class.java.getResource("example.rates.txt"))
|
||||
var timer : Timer? = null
|
||||
timer = fixedRateTimer("upload-rates", false, 0, 5000, {
|
||||
|
Loading…
Reference in New Issue
Block a user