-
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
possiblePaymentAccounts.isEmpty() #3537
Comments
I got the same error when trying to take an order to buy btc. |
ditto |
I have the same problem, any words guys ? |
Is the issue related to the new "signed accounts" feature for bank accounts? The issue doesn't occur when purchasing against my Faster Payments (GB) account, but that account doesn't require signing. I'm wondering whether the situation is along the lines of: v1.1.7 - Lists all offers for National Bank Account and the possiblePaymentAccounts variable is populated, but if Account isn't mature, will error when making a purchase with "account created after 1st March 2019". v1.2.2 - Lists all offers for National Bank Account and the possiblePaymentAccounts variable is populated with only signed accounts which may enumerate to 0. Then when attempting to make a purchase using the TAKE OFFER TO BUY BTC button, the TakeOfferDataModel.java (line 195) exception is thrown. Just my two Satoshis. |
Same error, Bisq 1.2.3, Linux (official deb package) I clicked by offer (The Tab "Sell bitcoin" - i wanted to sell bitcoin, filter BTC/EUR Revolut) Here is logs:
|
In the account settings for your EUR Revolut account, what does your limits field say for sell BTC? I think the check for activating the "take offer" offer might not be correct. |
I have there two Revolut accounts. 1st account has:
2nd (created as for my email not phone, only for testing):
So by limits i could take offer (Max sell 0.0625 BTC), right? |
But please notice that i didn't have enough bitcoins in Bisq's wallet for selling (0.02 vs 0.05) but i think it's not problem to take offer: Bisq could ask me to send bitcoins to Bisq for taking of offer. |
It only happens in offers that have min-max amounts. |
Got the error in the title when trying to take order to sell btc.
Log is attached.
bisq.log
The text was updated successfully, but these errors were encountered: