mirror of
https://github.com/corda/corda.git
synced 2025-04-10 12:50:37 +00:00
Removes a reference to an outdated JIRA ticket. (#4238)
This commit is contained in:
parent
b8327ddf98
commit
1d2b99f616
@ -188,8 +188,7 @@ class Cash : OnLedgerAsset<Currency, Cash.Commands, Cash.State>() {
|
||||
// sum to more than the inputs. An issuance of zero size is not allowed.
|
||||
//
|
||||
// Note that this means literally anyone with access to the network can issue cash claims of arbitrary
|
||||
// amounts! It is up to the recipient to decide if the backing party is trustworthy or not, via some
|
||||
// as-yet-unwritten identity service. See ADP-22 for discussion.
|
||||
// amounts! It is up to the recipient to decide if the backing party is trustworthy or not.
|
||||
|
||||
// The grouping ensures that all outputs have the same deposit reference and currency.
|
||||
val inputAmount = inputs.sumCashOrZero(Issued(issuer, currency))
|
||||
|
Loading…
x
Reference in New Issue
Block a user