If a channel is closed, show closing date instead of last update

This commit is contained in:
nymkappa
2022-09-04 19:12:01 +02:00
parent ea581c9499
commit a33b31a8ab
2 changed files with 8 additions and 3 deletions

View File

@@ -374,6 +374,7 @@ class ChannelsApi {
'transaction_vout': channel.transaction_vout,
'closing_transaction_id': channel.closing_transaction_id,
'closing_reason': channel.closing_reason,
'closing_date': channel.closing_date,
'updated_at': channel.updated_at,
'created': channel.created,
'status': channel.status,