mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
expect deposits to be confirmed or unlocked when payment sent
This commit is contained in:
parent
5bd05af890
commit
58aad5e6ae
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue