1
0

qt: (refactor) split "receive tab" out from main_window.py

This commit is contained in:
SomberNight
2022-07-01 16:03:28 +02:00
parent 798df1fd53
commit 5b29e6d4f5
7 changed files with 485 additions and 447 deletions

View File

@@ -280,7 +280,7 @@ class QtPluginBase(object):
keystore: 'Hardware_KeyStore',
main_window: ElectrumWindow):
plugin = keystore.plugin
receive_address_e = main_window.receive_address_e
receive_address_e = main_window.receive_tab.receive_address_e
def show_address():
addr = str(receive_address_e.text())