follow-up 241873f0a4
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user