mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Minor: note in the DummyState doc that it's not a part of DummyContract despite the name.
This commit is contained in:
parent
f3b4379e06
commit
ad6c59d742
@ -3,7 +3,7 @@ package com.r3corda.core.contracts
|
||||
import java.security.PublicKey
|
||||
|
||||
/**
|
||||
* Dummy state for use in testing. Not part of any real contract.
|
||||
* Dummy state for use in testing. Not part of any contract, not even the [DummyContract].
|
||||
*/
|
||||
data class DummyState(val magicNumber: Int = 0) : ContractState {
|
||||
override val contract = DUMMY_PROGRAM_ID
|
||||
|
Loading…
x
Reference in New Issue
Block a user