diff --git a/workflows/src/main/java/com/r3/developers/csdetemplate/utxoexample/workflows/GetChatFlow.java b/workflows/src/main/java/com/r3/developers/csdetemplate/utxoexample/workflows/GetChatFlow.java index 7938418..aefbb26 100644 --- a/workflows/src/main/java/com/r3/developers/csdetemplate/utxoexample/workflows/GetChatFlow.java +++ b/workflows/src/main/java/com/r3/developers/csdetemplate/utxoexample/workflows/GetChatFlow.java @@ -77,7 +77,6 @@ public class GetChatFlow implements RPCStartableFlow { "Transaction " + transactionId + " not found." ); - // ChatState output = findAndExpectExactlyOne( // transaction.getOutputStates(ChatState.class), // "Expecting one and only one ChatState output for transaction " + transactionId