diff --git a/contracts/src/main/kotlin/com/r3corda/protocols/TwoPartyTradeProtocol.kt b/contracts/src/main/kotlin/com/r3corda/protocols/TwoPartyTradeProtocol.kt index 7efd145934..a251957404 100644 --- a/contracts/src/main/kotlin/com/r3corda/protocols/TwoPartyTradeProtocol.kt +++ b/contracts/src/main/kotlin/com/r3corda/protocols/TwoPartyTradeProtocol.kt @@ -41,6 +41,8 @@ import java.util.* * * To see an example of how to use this class, look at the unit tests. */ +// TODO: Common elements in multi-party transaction consensus and signing should be refactored into a superclass of this +// and [AbstractStateReplacementProtocol]. object TwoPartyTradeProtocol { val TOPIC = "platform.trade"