Merge pull request #2263 from corda/brokentest

Corda-862 - Fix notary demo for AMQP
This commit is contained in:
Katelyn Baker 2017-12-15 11:44:02 +00:00 committed by GitHub
commit 1dfe25083b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ class DummyIssueAndMove(private val notary: Party, private val counterpartyNode:
data class DummyCommand(val dummy: Int = 0) : CommandData
data class State(override val participants: List<AbstractParty>, private val discriminator: Int) : ContractState
data class State(override val participants: List<AbstractParty>, val discriminator: Int) : ContractState
@Suspendable
override fun call(): SignedTransaction {