From c90af45c6b67abc35182ba108cb521f933a80db8 Mon Sep 17 00:00:00 2001 From: mattbradburyr3 Date: Sun, 29 Jan 2023 20:43:34 +0000 Subject: [PATCH] code refactor complete - pre removing commented out sections --- .../csdetemplate/utxoexample/workflows/GetChatFlow.java | 1 - 1 file changed, 1 deletion(-) 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