Further tweaks based on feedback - simplified the embedded timelock contract

This commit is contained in:
jamescarlyle
2016-09-08 22:49:24 +01:00
parent cdb2c3efa6
commit e187c4d91d
4 changed files with 35 additions and 22 deletions

View File

@ -80,7 +80,6 @@ class Cash : OnLedgerAsset<Currency, Cash.State>() {
/** There must be a MoveCommand signed by this key to claim the amount. */
override val owner: PublicKey,
/** Cash may be encumbered by an additional state. */
override val encumbrance: Int? = null
) : FungibleAsset<Currency> {
constructor(deposit: PartyAndReference, amount: Amount<Currency>, owner: PublicKey)