Browse Source

follow-up 241873f0a4

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
ThomasV 5 years ago
parent
commit
5c83e8bd1c
  1. 2
      electrum/wallet.py

2
electrum/wallet.py

@ -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,

Loading…
Cancel
Save