-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offers with invalid maker fees are shown live on the Bisq offer book resulting in failed trades and lost fees for the taker #6603
Comments
Thanks for opening your first issue here! |
The check for missing tx & trade fee is disabled since the start of year by the central filter Since its been disabled quite a while, a re-test of the feature should be done first. I'll try to do this in the coming week. Ping @bisq-network/bisq-maintainers as a reminder. |
Checked open offers with the following issues:
|
Sounds like a good solution to me.
Could these addresses be added to the filter? Likely the odd maker fee will still go to these addresses and some users might have offers were these addresses were used to pay the maker fee that are offline at present. Failing that maybe it is best not to display these older offers and instead 'force' the makers to create new offers to be displayed in the address book. |
Description
When a maker with an out of sync bitcoin wallet creates a trade to buy or seller bitcoin if their maker transaction fails due to a problem with their wallet the trade is still published live in the Bisq offer book.
This results in a taker coming along taking the offer only for the trade to fail and them to lose miner and trade fees.
I believe their was a filter in place previously that prevented this by checking the offers to validate the maker transactions before publishing the offer to the Bisq offer book.
For examples of these types of failed trades please see:
4 days ago: bisq-network/support#1352
2 weeks ago: bisq-network/support#1348
Both of these trades are avoidable if the trades would have been validated before being shown on Bisq.
Version
v1.9.9
Steps to reproduce
Expected behaviour
Actual behaviour
Offers are shown in the offer book that will fail when taken.
The text was updated successfully, but these errors were encountered: