Skip to content

Commit

Permalink
Merge pull request #1783 from theQRL/dev
Browse files Browse the repository at this point in the history
Merge Dev
  • Loading branch information
cyyber authored Jun 28, 2024
2 parents 745ceb6 + 26941c2 commit df8e0cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qrl/daemon/helper/DaemonHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ def get_address_item_from_json(addr_json: dict, encrypted: bool) -> AddressItem:
return

def save_wallet(self, filename):
if not self.verify_wallet():
raise WalletException("Could not be saved. Invalid wallet.")

with open(filename, "wb") as outfile:
address_items_asdict = [a._asdict() for a in self._address_items]
for a in address_items_asdict:
Expand Down

0 comments on commit df8e0cb

Please sign in to comment.