Build a Wallet: refactor + notif on send

This commit is contained in:
mDuo13
2021-11-15 17:43:18 -08:00
parent e073d1f3e8
commit 372edca00d
4 changed files with 257 additions and 87 deletions

View File

@@ -104,7 +104,8 @@ class TWaXLFrame(wx.Frame):
self.Bind(EVT_NEW_LEDGER, self.update_ledger)
self.Bind(EVT_ACCT_INFO, self.update_account)
XRPLMonitorThread(url, self, self.classic_address).start()
self.worker = XRPLMonitorThread(url, self, self.classic_address)
self.worker.start()
def set_up_account(self, value):
value = value.strip()