mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
[rpc] don't get uncommitted channels towards num_pending
This commit is contained in:
parent
049f2351d4
commit
0d35a7111a
1 changed files with 0 additions and 4 deletions
|
@ -1291,10 +1291,6 @@ static struct command_result *json_getinfo(struct command *cmd,
|
|||
/* Add some peer and channel stats */
|
||||
list_for_each(&cmd->ld->peers, peer, list) {
|
||||
num_peers++;
|
||||
/* Count towards pending? */
|
||||
if (peer->uncommitted_channel) {
|
||||
pending_channels++;
|
||||
}
|
||||
|
||||
list_for_each(&peer->channels, channel, list) {
|
||||
if (channel->state == CHANNELD_AWAITING_LOCKIN) {
|
||||
|
|
Loading…
Add table
Reference in a new issue