display channel close forensics results

This commit is contained in:
Mononaut
2022-11-10 18:32:18 -06:00
committed by softsimon
parent cf89ded14d
commit 0c96a11150
8 changed files with 134 additions and 2 deletions

View File

@@ -78,4 +78,9 @@ export class ChannelComponent implements OnInit {
);
}
showCloseBoxes(channel: IChannel): boolean {
return !!(channel.node_left.funding_balance || channel.node_left.closing_balance
|| channel.node_right.funding_balance || channel.node_right.closing_balance);
}
}