follow-up 90b228de83
This commit is contained in:
@@ -821,6 +821,7 @@ class LNWallet(LNWorker):
|
|||||||
'amount_msat': chan.balance(LOCAL, ctn=0),
|
'amount_msat': chan.balance(LOCAL, ctn=0),
|
||||||
'direction': 'received',
|
'direction': 'received',
|
||||||
'timestamp': tx_height.timestamp,
|
'timestamp': tx_height.timestamp,
|
||||||
|
'fee_sat': None,
|
||||||
'fee_msat': None,
|
'fee_msat': None,
|
||||||
'height': tx_height.height,
|
'height': tx_height.height,
|
||||||
'confirmations': tx_height.conf,
|
'confirmations': tx_height.conf,
|
||||||
@@ -839,6 +840,7 @@ class LNWallet(LNWorker):
|
|||||||
'amount_msat': -chan.balance_minus_outgoing_htlcs(LOCAL),
|
'amount_msat': -chan.balance_minus_outgoing_htlcs(LOCAL),
|
||||||
'direction': 'sent',
|
'direction': 'sent',
|
||||||
'timestamp': tx_height.timestamp,
|
'timestamp': tx_height.timestamp,
|
||||||
|
'fee_sat': None,
|
||||||
'fee_msat': None,
|
'fee_msat': None,
|
||||||
'height': tx_height.height,
|
'height': tx_height.height,
|
||||||
'confirmations': tx_height.conf,
|
'confirmations': tx_height.conf,
|
||||||
|
|||||||
Reference in New Issue
Block a user