mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Move MakerRemovesOpenOffer to first task to avoid that if take offer
fails early that we get another trade with same id at maker in case another use takes the offer afterwards.
This commit is contained in:
parent
1fdc43e4d0
commit
2d5fc33ba4
@ -100,8 +100,8 @@ public class BuyerAsMakerProtocol extends BuyerProtocol implements MakerProtocol
|
||||
.with(message)
|
||||
.from(peer))
|
||||
.setup(tasks(
|
||||
BuyerProcessDelayedPayoutTxSignatureRequest.class,
|
||||
MakerRemovesOpenOffer.class,
|
||||
BuyerProcessDelayedPayoutTxSignatureRequest.class,
|
||||
BuyerVerifiesPreparedDelayedPayoutTx.class,
|
||||
BuyerSignsDelayedPayoutTx.class,
|
||||
BuyerFinalizesDelayedPayoutTx.class,
|
||||
|
@ -100,8 +100,8 @@ public class SellerAsMakerProtocol extends SellerProtocol implements MakerProtoc
|
||||
.with(message)
|
||||
.from(peer))
|
||||
.setup(tasks(
|
||||
SellerAsMakerProcessDepositTxMessage.class,
|
||||
MakerRemovesOpenOffer.class,
|
||||
SellerAsMakerProcessDepositTxMessage.class,
|
||||
SellerAsMakerFinalizesDepositTx.class,
|
||||
SellerCreatesDelayedPayoutTx.class,
|
||||
SellerSignsDelayedPayoutTx.class,
|
||||
|
Loading…
Reference in New Issue
Block a user