Uh oh!
There was an error while loading. Please reload this page.
Warn when sending to already-used Bitcoin addresses - #562
Conversation
…ommand Initialising "used" would otherwise incorrectly inflate the address book count beyond what was actually in the file
Both buttons can be replaced with other standard buttons
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
DrahtBot
commented
Mar 17, 2022
🐙 This pull request conflicts with the target branch and needs rebase. Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft". |
RandyMcMillan
commented
May 15, 2022
Concept ACK |
Rspigler
commented
Jun 27, 2022
Concept ACK. Can test when taken out of Draft |
katesalazar
commented
Jun 29, 2022
Great idea, thanks. Hope doesn't break anything. |
DrahtBot
commented
Oct 31, 2022
There hasn't been much activity lately and the patch still needs rebase. What is the status here?
|
DrahtBot
commented
Jan 29, 2023
There hasn't been much activity lately and the patch still needs rebase. What is the status here?
|
hebasto
commented
Mar 27, 2023
Closing this due to lack of activity. Feel free to reopen. |
Entering a used address in the GUI Send tab makes the field turn yellow. Sending to a used address from the GUI prompts with detailed information about prior usage, as well as a note about best practices to avoid address reuse.
Continued from bitcoin/bitcoin#15987 (significantly modified/rewritten - no more bloom filter)
Depends on bitcoin/bitcoin#22693 for non-GUI changes