Skip to content
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

Do not generate new address when a new payment is detected #4984

Merged
merged 2 commits into from May 18, 2023

Conversation

NicolasDorier
Copy link
Member

@NicolasDorier NicolasDorier commented May 18, 2023

When a bitcoin address is used for a payment, it was being switched with a new address.

We got feedback of customers and merchants very confused about it, and thinking they got scammed.
I believe we should just reuse addresses. This isn't good for privacy, but this is a corner case that almost never happen. It isn't really worth bothering support with this.

Fix #4980

Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
@NicolasDorier NicolasDorier merged commit acf003b into master May 18, 2023
3 of 4 checks passed
@NicolasDorier NicolasDorier deleted the qwintq branch May 18, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Not creating new address for partial payments
2 participants