Merge pull request #2440 from corda/kat/bug/CORDA-943

CORDA-943 - Fix trader demo
This commit is contained in:
Katelyn Baker
2018-02-02 09:56:44 +00:00
committed by GitHub
22 changed files with 440 additions and 130 deletions

View File

@ -1,7 +1,6 @@
package net.corda.core.contracts
import net.corda.core.identity.AbstractParty
import net.corda.core.identity.Party
import net.corda.core.serialization.CordaSerializable
// DOCSTART 1