mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
Fixed gradle runnode config for Bank of Corda (RPC Client was failing). (#115)
Fixed doc mistake.
This commit is contained in:
parent
a636ae527b
commit
08047e7d72
@ -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.
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user