From 58aad5e6ae6050a218fdcfd20c447c7372d3ea1f Mon Sep 17 00:00:00 2001 From: woodser Date: Sat, 1 Oct 2022 14:26:49 -0400 Subject: [PATCH] expect deposits to be confirmed or unlocked when payment sent --- core/src/main/java/bisq/core/trade/protocol/SellerProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/bisq/core/trade/protocol/SellerProtocol.java b/core/src/main/java/bisq/core/trade/protocol/SellerProtocol.java index 5fe790d151..e6aa2563cc 100644 --- a/core/src/main/java/bisq/core/trade/protocol/SellerProtocol.java +++ b/core/src/main/java/bisq/core/trade/protocol/SellerProtocol.java @@ -117,7 +117,7 @@ public abstract class SellerProtocol extends DisputeProtocol { return; } latchTrade(); - expect(anyPhase(Trade.Phase.DEPOSITS_UNLOCKED, Trade.Phase.DEPOSITS_PUBLISHED) + expect(anyPhase(Trade.Phase.DEPOSITS_CONFIRMED, Trade.Phase.DEPOSITS_UNLOCKED) .with(message) .from(peer) .preCondition(trade.getPayoutTx() == null,