-
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
Cannot edit offer: after a few edits of the "sell BTC" offer, the BTC amount has increased #2798
Comments
@goraelec Actually you shouldn't be able to edit this offers at all as I assume they have a deposit set that is not in consensus with the new restrictions applied in 1.0.0. Could you please try to edit them in 1.1.0? If my assumption is correct you'll now get now an information popup instead. |
@ripcurlx , I got the popup and I deleted the offer and created a similar one anew. If I switch from % to fixed price for BTC, I'm still able to recreate this issue |
@ripcurlx bumping this one. So the issue appears to occur whenever the amount of fiat to receive gets rounded up. This also occurs when creating an offer. To reproduce:
You will see that the amount will jump from 0.01 to 0.0101. Moreover, if you edit an offer that has different min and max trade amounts, both of them will change to the wrong max amount. We need this fixed |
@ripcurlx bump again. I just had to delete two offers because of this bug since I couldn't edit them without making them unusable |
@gordonel I'll have a look at this soon - thanks for keep on bumping 😉 |
…creen Apply fix for #2798 only in edit offer view
From https://bisq.community/t/glitch-fixed-amount-of-btc-increased-from-0-0624-to-0-0626-after-a-few-edits-of-the-sell-btc-offer-editing-is-no-longer-available/7565
Summary: after a few edits, the BTC amount in a "sell" offer increased from 0.0624 to 0.0626 and editing became unavailable.
I noticed that when I enter the first four digits in the “fixed price in EUR for 1 BTC” field and then click outside of the text field, the amount of BTC shifts. It shifts in both directions and I haven't noticed a pattern. Still, the “confirm” button is greyed out and I disabled the offer for the time being. It’s starting to look more and more like a bug to me.
The text was updated successfully, but these errors were encountered: