mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
invoice popup: add outputs in on_open
This commit is contained in:
parent
49679cf8be
commit
615acb955c
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class ElectrumWindow(App):
|
|||
popup.status = status
|
||||
txid = req.get('txid')
|
||||
popup.tx_hash = txid or ''
|
||||
popup.ids.output_list.update(req.get('outputs', []))
|
||||
popup.on_open = lambda: popup.ids.output_list.update(req.get('outputs', []))
|
||||
popup.open()
|
||||
|
||||
def qr_dialog(self, title, data):
|
||||
|
|
Loading…
Add table
Reference in a new issue