mirror of
https://github.com/corda/corda.git
synced 2025-02-12 13:45:48 +00:00
Fix-up: Bank Of Corda sample
Flag that we are using non-validating notary
This commit is contained in:
parent
5cd6f61a7f
commit
2c7ad41995
@ -55,7 +55,7 @@ private class BankOfCordaDriver {
|
|||||||
val role = options.valueOf(roleArg)!!
|
val role = options.valueOf(roleArg)!!
|
||||||
|
|
||||||
val requestParams = IssueRequestParams(options.valueOf(quantity), options.valueOf(currency), BIGCORP_LEGAL_NAME,
|
val requestParams = IssueRequestParams(options.valueOf(quantity), options.valueOf(currency), BIGCORP_LEGAL_NAME,
|
||||||
"1", BOC.name, DUMMY_NOTARY.name.copy(commonName = "corda.notary.validating"))
|
"1", BOC.name, DUMMY_NOTARY.name.copy(commonName = "corda.notary.simple"))
|
||||||
|
|
||||||
try {
|
try {
|
||||||
when (role) {
|
when (role) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user