mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Corda-862 - Fix notary demo for AMQP
This commit is contained in:
parent
90f6cd1fe7
commit
8dfe377ae1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user