1
0

walletdb: rm some dead code

This commit is contained in:
SomberNight
2024-01-23 02:20:01 +00:00
parent bb226e653e
commit cbece71894
3 changed files with 12 additions and 11 deletions

View File

@@ -228,8 +228,7 @@ class JsonDB(Logger):
if self.storage and self.storage.file_exists():
self.write_and_force_consolidation()
def load_data(self, s:str) -> dict:
""" overloaded in wallet_db """
def load_data(self, s: str) -> dict:
if s == '':
return {}
try: