Removes a reference to an outdated JIRA ticket. (#4238)

This commit is contained in:
Joel Dudley 2018-11-15 09:31:20 +00:00 committed by GitHub
parent b8327ddf98
commit 1d2b99f616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))