You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the timelocked payout TX will be rejected by the Bitcoin network if broadcast before the timelock expires, Bisq must not attempt to broadcast the TX before then. However, it seems currently Bisq allows this, which causes major support issues for mediators.
Version
v1.2.8
Steps to reproduce
Create an offer on Alice
Take the offer on Bob
Alice requests mediation
Mediator closes mediation case (suggested payout can be anything, doesn't matter)
Alice requests "arbitration"
Expected behaviour
Alice's node should not attempt to broadcast timelocked payout TX until after timelock expires
Actual behaviour
Alice's node broadcasts still-timelocked payout TX which is rejected by Bitcoin network, and funds are not donated to the Bisq donation address
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I tested it on regtest (there is only 5 blocks locktime) and all worked as expected. Maybe there was some earlier bug? If you see it again please let me know!
Description
Since the timelocked payout TX will be rejected by the Bitcoin network if broadcast before the timelock expires, Bisq must not attempt to broadcast the TX before then. However, it seems currently Bisq allows this, which causes major support issues for mediators.
Version
v1.2.8
Steps to reproduce
Expected behaviour
Alice's node should not attempt to broadcast timelocked payout TX until after timelock expires
Actual behaviour
Alice's node broadcasts still-timelocked payout TX which is rejected by Bitcoin network, and funds are not donated to the Bisq donation address
The text was updated successfully, but these errors were encountered: