home view: tx list counterparties don't show wallet/address titles #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The transaction list on the home view shows counterparty addresses as truncated hex with color dot, but does not check if the counterparty is a local wallet address that has a title. Should use
addressTitle()and display the title when available.File:
src/popup/views/home.js— tx list rendering around line 116.