Merge pull request #2512 from mempool/nymkappa/feature/closed-channel-info

If a channel is closed, show closing date instead of last update
This commit is contained in:
softsimon
2022-09-08 15:49:39 +02:00
committed by GitHub
5 changed files with 23 additions and 13 deletions

View File

@@ -375,6 +375,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,