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
commit 53dea824a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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