This commit is contained in:
ThomasV 2019-09-12 08:58:58 +02:00
parent b138fff9a5
commit 5c83e8bd1c

View file

@ -492,7 +492,7 @@ class Abstract_Wallet(AddressSynchronizer):
def get_onchain_history(self):
for hist_item in self.get_history():
yield {
'txid': hist_item.tx_mined_status,
'txid': hist_item.txid,
'fee_sat': hist_item.fee,
'height': hist_item.tx_mined_status.height,
'confirmations': hist_item.tx_mined_status.conf,