|
|
|
|
@ -197,7 +197,7 @@ class LNWorker(PrintError):
|
|
|
|
|
'txid': closing_txid, |
|
|
|
|
'label': _('Close channel'), |
|
|
|
|
'type': 'channel_closure', |
|
|
|
|
'amount_msat': chan.balance(LOCAL), |
|
|
|
|
'amount_msat': -chan.balance(LOCAL), |
|
|
|
|
'direction': 'sent', |
|
|
|
|
'timestamp': closing_timestamp, |
|
|
|
|
} |
|
|
|
|
|