-
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
Add HalCash #1619
Add HalCash #1619
Conversation
With ATMs one can withdraw only multiples of 10 EUR. We adjust the input values the way that the EUR amount leads to multiple of 10. MinAmount and amount will be adjusted. Please note that a similar approach like implemented here for HalCash can be used for removing the decimal places from fiat amounts to improve privacy. We keep that for a follow up PR to not mix 2 different use cases.
I just recognized that the min amount is updated. Just looked like an error having a min-max range of 50-50. |
Hm... yes thats not good. I will have a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK - Tested it locally and everything worked except some edge cases when editing an offer. When the edit offer change discussed in Zoom is implemented everything is OK from my side.
Depends on:
bisq-network/bisq-common#32
bisq-network/bisq-core#144