-
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 walletbalance RPC returns the fully confirmed wallet balance. This can be confusing when a channel is opened with a particular amount, but a larger amount appears to be subtracted from the wallet balance until the change transaction is confirmed. This also creates confusion in the App UI. One solution would be to have the RPC return both the balance and the unconfirmed amount, and have the App display both. (Originally reported by several users via Slack, including moli and fei.)
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