1
0

Merge pull request #5742 from Coldcard/master

plugins/coldcard/qt.py: bugfix for API change on main_window.show_transaction
This commit is contained in:
ghost43
2019-11-04 14:25:51 +00:00
committed by GitHub

View File

@@ -201,7 +201,7 @@ class Plugin(ColdcardPlugin, QtPluginBase):
else:
desc = _("Combined from %d PSBT files") % len(psbts)
window.show_transaction(tx, desc)
window.show_transaction(tx, tx_desc=desc)
class Coldcard_Handler(QtHandlerBase):
setup_signal = pyqtSignal()