From 1d2b99f6169e56f20421897cb968d4ad4d818ce3 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Thu, 15 Nov 2018 09:31:20 +0000 Subject: [PATCH] Removes a reference to an outdated JIRA ticket. (#4238) --- .../src/main/kotlin/net/corda/finance/contracts/asset/Cash.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/finance/src/main/kotlin/net/corda/finance/contracts/asset/Cash.kt b/finance/src/main/kotlin/net/corda/finance/contracts/asset/Cash.kt index 34e47a890f..93360e7155 100644 --- a/finance/src/main/kotlin/net/corda/finance/contracts/asset/Cash.kt +++ b/finance/src/main/kotlin/net/corda/finance/contracts/asset/Cash.kt @@ -188,8 +188,7 @@ class Cash : OnLedgerAsset() { // 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))