-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
beginnerIssues suitable for new developersIssues suitable for new developersrpcRelated to the RPC interfaceRelated to the RPC interfacewalletThe wallet (lnwallet) which LND usesThe wallet (lnwallet) which LND uses
Description
Currently, the on-chain transactions list doesn't include addresses. In order to make transactions easier to identify, we should display the destination address for each transaction. This would also be useful for the Transactions page in the App, as Bitcoin users are accustomed to seeing addresses in transaction lists. Note that "from" addresses would require significantly more infrastructure to provide, as that would require a full transaction index. (Originally requested by fei via Slack)
Metadata
Metadata
Assignees
Labels
beginnerIssues suitable for new developersIssues suitable for new developersrpcRelated to the RPC interfaceRelated to the RPC interfacewalletThe wallet (lnwallet) which LND usesThe wallet (lnwallet) which LND uses