plugins/coldcard/qt.py: bugfix for API change on main_window.show_transaction

This commit is contained in:
Peter D. Gray 2019-11-04 09:21:41 -05:00
parent 3e98123b17
commit ec2bdbd02d
No known key found for this signature in database
GPG key ID: F0E6CC6AFC16CF7B

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()