mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
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:
commit
53dea824a4
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class Plugin(ColdcardPlugin, QtPluginBase):
|
||||||
else:
|
else:
|
||||||
desc = _("Combined from %d PSBT files") % len(psbts)
|
desc = _("Combined from %d PSBT files") % len(psbts)
|
||||||
|
|
||||||
window.show_transaction(tx, desc)
|
window.show_transaction(tx, tx_desc=desc)
|
||||||
|
|
||||||
class Coldcard_Handler(QtHandlerBase):
|
class Coldcard_Handler(QtHandlerBase):
|
||||||
setup_signal = pyqtSignal()
|
setup_signal = pyqtSignal()
|
||||||
|
|
Loading…
Add table
Reference in a new issue