mirror of
https://github.com/corda/corda.git
synced 2025-06-16 22:28:15 +00:00
Fix Raft notary demo post name refactoring
This commit is contained in:
@ -41,7 +41,7 @@ object ServiceIdentityGenerator {
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val dirs = args[0].split(",").map { Paths.get(it) }
|
||||
val dirs = args[0].split("|").map { Paths.get(it) }
|
||||
val serviceId = args[1]
|
||||
val serviceName = args[2]
|
||||
val quorumSize = args.getOrNull(3)?.toInt() ?: 1
|
||||
|
Reference in New Issue
Block a user