Add settings module, implement for balance tool

This commit is contained in:
lash
2022-05-12 13:49:42 +00:00
parent 72f3b8d346
commit 85e5359e7c
3 changed files with 62 additions and 20 deletions

View File

@@ -15,6 +15,3 @@ class Wallet(BaseWallet):
"""
def __init__(self, checksummer=AddressChecksum):
super(Wallet, self).__init__(EIP155Signer, checksummer=checksummer, keystore=DictKeystore())