-
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
Account age popup shows wrong durations #4482
Comments
This seems to match what is described in the wiki. https://bisq.wiki/Account_limits The code matches the description too. I don't see a problem. |
@sqrrm Can you chime in? I thought the code has been changed so that after 1 months there is the full trade amount? |
It's quite confusing actually. I think I'll take another look at this and clean up the signing code. Currently the limit is 0.01 BTC for the first month, 0.125 BTC (0.5 max amount for risky account type) for the second month and then 0.25 BTC (max amount). Users can sign others 1 month after signing. Sellers have some rules that I think are not actually used. There were too many changes in the months after signing release that it's not very clear. I think it's best to make it:
Very easy to explain, can remove many cases in code and should be mostly backwards compatible. (I think there will be a conflict for some old users taking offers from accounts signed 30-60 days back that make larger offers). |
Account age signing requires only 1 month but the popup at account creation shows 2 months. Maybe there are more relicts from the time when 2 months was considered.
The text was updated successfully, but these errors were encountered: