IRS demo permissions fix (#2231)

This commit is contained in:
Maksymilian Pawlak 2017-12-12 13:56:12 +00:00 committed by GitHub
parent 76728954de
commit 537e304536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,9 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
"StartFlow.net.corda.irs.flows.UpdateBusinessDayFlow\$Broadcast",
"StartFlow.net.corda.irs.api.NodeInterestRates\$UploadFixesFlow",
"InvokeRpc.vaultQueryBy",
"InvokeRpc.networkMapSnapshot"
"InvokeRpc.networkMapSnapshot",
"InvokeRpc.currentNodeTime",
"InvokeRpc.wellKnownPartyFromX500Name"
]]
]