You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lncli walletbalance is showing confirmed balance which I don't have. lnd lets me open a channel with those funds, but obviously failing to send out the opening transactions because those outputs are already spent. Channels remain pending for over 1 month now, lncli walletbalance is still showing a wrong balance.
Your environment
version of lnd
0.4.2
which operating system (uname -a on *Nix)
4.9.0-6-amd64 Fix name typo in README #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
version of btcd, bitcoind, or other backend
bitcoind (0.16.1)
any other relevant environment details
Steps to reproduce
In my case my walletbalance shows { "total_balance": "139197", "confirmed_balance": "139197", "unconfirmed_balance": "0" }
Although I only really have about 12000 sat. lnd allows me to open a channel with those non existing funds, those channels show up as pending
The weird thing about it is that the balance disappears as confirmed balance from lncli walletbalance, after trying to open a channel with those funds, but after some time (I guess hours) it reappears as confirmed balance while the channel is still pending.
Expected behaviour
lncli walletbalance not showing spent outputs as confirmed
Actual behaviour
lncli walletbalance showing funds which were already spent as confirmed, reappearing after trying to open a channel with those "non existent" funds while the channel stays pending.
Background
lncli walletbalanceis showing confirmed balance which I don't have. lnd lets me open a channel with those funds, but obviously failing to send out the opening transactions because those outputs are already spent. Channels remain pending for over 1 month now,lncli walletbalanceis still showing a wrong balance.Your environment
lnd0.4.2
uname -aon *Nix)4.9.0-6-amd64 Fix name typo in README #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
btcd,bitcoind, or other backendbitcoind (0.16.1)
Steps to reproduce
In my case my walletbalance shows
{ "total_balance": "139197", "confirmed_balance": "139197", "unconfirmed_balance": "0" }Although I only really have about 12000 sat. lnd allows me to open a channel with those non existing funds, those channels show up as pending
but the opening transactions obviously never goes out
log says:
The weird thing about it is that the balance disappears as confirmed balance from
lncli walletbalance, after trying to open a channel with those funds, but after some time (I guess hours) it reappears as confirmed balance while the channel is still pending.Expected behaviour
lncli walletbalancenot showing spent outputs as confirmedActual behaviour
lncli walletbalanceshowing funds which were already spent as confirmed, reappearing after trying to open a channel with those "non existent" funds while the channel stays pending.When trying to send an onchain transaction