commit 5c83e8bd1cbe7ebd6ebae560f06ee65b7772a1d1
parent b138fff9a53dc7f8ad1e15c834143ace165f399e
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 12 Sep 2019 08:58:58 +0200
follow-up 241873f0a4bcf907f5a4ae3bba087355a5f14c34
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/wallet.py b/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,