Build wallet: Backport refactor from step 6

This commit is contained in:
mDuo13
2022-01-13 18:36:52 -08:00
parent e8a5847cc5
commit 773cabbe5c
6 changed files with 848 additions and 563 deletions

View File

@@ -38,7 +38,6 @@ class TWaXLFrame(wx.Frame):
if __name__ == "__main__":
JSON_RPC_URL = "https://s.altnet.rippletest.net:51234/"
#JSON_RPC_URL = "http://localhost:5005/"
app = wx.App()
frame = TWaXLFrame(JSON_RPC_URL)