mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
Further tweaks based on feedback - simplified the embedded timelock contract
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user