Add identity_list instead of variable_1

This commit is contained in:
shekhar-cis 2022-08-10 13:53:10 +05:30
parent cb72b65264
commit 5efd072deb
Signed by untrusted user: shekhar-cis
GPG Key ID: F4F00AB04E83F9A7

View File

@ -25,7 +25,7 @@ class UIkivySignaler(Thread):
command, data = queues.UISignalQueue.get()
if command == 'writeNewAddressToTable':
address = data[1]
App.get_running_app().variable_1.append(address)
App.get_running_app().identity_list.append(address)
elif command == 'updateSentItemStatusByAckdata':
App.get_running_app().status_dispatching(data)
elif command == 'writeNewpaymentAddressToTable':