1
0
This commit is contained in:
ThomasV
2021-03-12 16:38:48 +01:00
parent 8984db3384
commit 1a4e55a911

View File

@@ -821,6 +821,7 @@ class LNWallet(LNWorker):
'amount_msat': chan.balance(LOCAL, ctn=0),
'direction': 'received',
'timestamp': tx_height.timestamp,
'fee_sat': None,
'fee_msat': None,
'height': tx_height.height,
'confirmations': tx_height.conf,
@@ -839,6 +840,7 @@ class LNWallet(LNWorker):
'amount_msat': -chan.balance_minus_outgoing_htlcs(LOCAL),
'direction': 'sent',
'timestamp': tx_height.timestamp,
'fee_sat': None,
'fee_msat': None,
'height': tx_height.height,
'confirmations': tx_height.conf,