Skip to content

Conversation

@john-moffett
Copy link
Contributor

Currently, the transaction table will display an address label for self-payments only if there's one recipient (ie - if you've sent your entire balance to one address you own).

This PR changes it to show labels for any addresses that have labels in the address book. It's a follow-up to bitcoin/bitcoin#15098.

Before:

image

After:

image

The addresses are stored in wtx->address separated by , , so split the string and call lookupAddress for each one.

Currently, the transaction table will display address
labels for self-payments if there's only one recipient
- ie - if you've sent your entire balance to yourself.

This changes it to show labels for any addresses that
have labels in the address book.
@DrahtBot
Copy link
Contributor

DrahtBot commented Jan 19, 2023

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.
A summary of reviews will appear here.

Conflicts

Reviewers, this pull request conflicts with the following ones:

  • #119 (Replace send-to-self with dual send+receive entries by luke-jr)

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.

@john-moffett
Copy link
Contributor Author

Closing because I think #119 is superior.

@bitcoin-core bitcoin-core locked and limited conversation to collaborators Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants