mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
plugins/coldcard/qt.py: bugfix for API change on main_window.show_transaction
This commit is contained in:
parent
3e98123b17
commit
ec2bdbd02d
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