Corda-862 - Fix notary demo for AMQP

This commit is contained in:
Katelyn Baker 2017-12-15 10:13:18 +00:00
parent 90f6cd1fe7
commit 8dfe377ae1

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 {