Fixed gradle runnode config for Bank of Corda (RPC Client was failing). (#115)

Fixed doc mistake.
This commit is contained in:
josecoll 2017-01-05 18:37:54 +00:00 committed by GitHub
parent a636ae527b
commit 08047e7d72
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ objects of the correct value are received by the beneficiary as part of the sett
The cash contract supports issuing, moving and exiting (destroying) states. Note, however, that issuance cannot be part
of the same transaction as other cash commands, in order to minimise complexity in balance verification.
Cash shares a common superclass, ``OnChainAsset``, with the Commodity contract. This implements common behaviour of
Cash shares a common superclass, ``OnLedgerAsset``, with the Commodity contract. This implements common behaviour of
assets which can be issued, moved and exited on chain, with the subclasses handling asset-specific data types and
behaviour.

View File

@ -81,7 +81,8 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
rpcUsers = [
['user' : "user1",
'password' : "test",
'permissions' : ["StartFlow.net.corda.flows.CashFlow"]]
'permissions' : ["StartFlow.net.corda.flows.CashFlow",
"StartFlow.net.corda.flows.IssuerFlow\$IssuanceRequester"]]
]
}
node {