From 03aaf07f70ec8e779dc7820f07a762f061743efa Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Sun, 8 Nov 2015 13:34:52 +0100 Subject: [PATCH] Cash: alter description of the state to talk about cash claims. Suggestion from Richard. --- src/contracts/Cash.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/Cash.kt b/src/contracts/Cash.kt index 3a2e94df24..0b3203ba6c 100644 --- a/src/contracts/Cash.kt +++ b/src/contracts/Cash.kt @@ -27,7 +27,7 @@ class InsufficientBalanceException(val amountMissing: Amount) : Exception() * vaults can ignore the issuer/depositRefs and just examine the amount fields. */ object Cash : Contract { - /** A state representing a claim on the cash reserves of some institution */ + /** A state representing a cash claim against some institution */ data class State( /** Where the underlying currency backing this ledger entry can be found (propagated) */ val deposit: InstitutionReference,