mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Merge pull request #2263 from corda/brokentest
Corda-862 - Fix notary demo for AMQP
This commit is contained in:
commit
1dfe25083b
@ -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…
x
Reference in New Issue
Block a user