mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
follow-up 241873f0a4
This commit is contained in:
parent
b138fff9a5
commit
5c83e8bd1c
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ class Abstract_Wallet(AddressSynchronizer):
|
||||||
def get_onchain_history(self):
|
def get_onchain_history(self):
|
||||||
for hist_item in self.get_history():
|
for hist_item in self.get_history():
|
||||||
yield {
|
yield {
|
||||||
'txid': hist_item.tx_mined_status,
|
'txid': hist_item.txid,
|
||||||
'fee_sat': hist_item.fee,
|
'fee_sat': hist_item.fee,
|
||||||
'height': hist_item.tx_mined_status.height,
|
'height': hist_item.tx_mined_status.height,
|
||||||
'confirmations': hist_item.tx_mined_status.conf,
|
'confirmations': hist_item.tx_mined_status.conf,
|
||||||
|
|
Loading…
Add table
Reference in a new issue