invoice popup: add outputs in on_open
This commit is contained in:
@@ -296,7 +296,7 @@ class ElectrumWindow(App):
|
|||||||
popup.status = status
|
popup.status = status
|
||||||
txid = req.get('txid')
|
txid = req.get('txid')
|
||||||
popup.tx_hash = txid or ''
|
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()
|
popup.open()
|
||||||
|
|
||||||
def qr_dialog(self, title, data):
|
def qr_dialog(self, title, data):
|
||||||
|
|||||||
Reference in New Issue
Block a user