From f58bd060e9702482c05e7b19513f8d2cbe1e1067 Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:18:32 -0500 Subject: [PATCH] cleanup error message when not in expected phase --- .../main/java/haveno/core/trade/protocol/FluentProtocol.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/java/haveno/core/trade/protocol/FluentProtocol.java b/core/src/main/java/haveno/core/trade/protocol/FluentProtocol.java index d237006197..8a0f195cc1 100644 --- a/core/src/main/java/haveno/core/trade/protocol/FluentProtocol.java +++ b/core/src/main/java/haveno/core/trade/protocol/FluentProtocol.java @@ -294,8 +294,6 @@ public class FluentProtocol { return Result.VALID.info(info); } else { String info = MessageFormat.format("We received a {0} but we are are not in the expected phase.\n" + - "This can be an expected case if we get a repeated PaymentSentMessage " + - "after we have already received one as the peer re-sends that message at each startup.\n" + "Expected phases={1},\nTrade phase={2},\nTrade state= {3},\ntradeId={4}", trigger, expectedPhases,