mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Clean up.
This commit is contained in:
parent
bd75d92e13
commit
c0be0db762
@ -20,7 +20,6 @@ import java.util.*
|
||||
val CP_LEGACY_PROGRAM_ID = CommercialPaperLegacy()
|
||||
|
||||
// TODO: Generalise the notion of an owned instrument into a superclass/supercontract. Consider composition vs inheritance.
|
||||
@SuppressWarnings("unused")
|
||||
class CommercialPaperLegacy : Contract {
|
||||
// TODO: should reference the content of the legal agreement, not its URI
|
||||
override val legalContractReference: SecureHash = SecureHash.sha256("https://en.wikipedia.org/wiki/Commercial_paper")
|
||||
|
Loading…
Reference in New Issue
Block a user