mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Remove superfluous semicolon
This commit is contained in:
parent
2d4c83556e
commit
c6fab1c642
@ -43,7 +43,7 @@ class Cash : Contract {
|
||||
* to evolve without requiring code changes. But creates a risk that users create objects governed by a program
|
||||
* that is inconsistent with the legal contract
|
||||
*/
|
||||
override val legalContractReference: SecureHash = SecureHash.sha256("https://www.big-book-of-banking-law.gov/cash-claims.html");
|
||||
override val legalContractReference: SecureHash = SecureHash.sha256("https://www.big-book-of-banking-law.gov/cash-claims.html")
|
||||
|
||||
/** A state representing a cash claim against some party */
|
||||
data class State(
|
||||
|
Loading…
x
Reference in New Issue
Block a user