Skip to content

Commit

Permalink
fix: fixing checksum_address_dict method call
Browse files Browse the repository at this point in the history
  • Loading branch information
SHAKOTN committed Jul 13, 2023
1 parent c9fe097 commit 3c65360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bal_addresses/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ def latest_contract(self, contract_name):
deployments.sort(reverse=True)
return self.deployments_only[deployments[0]][contract_name]

def checksum_address_dict(self, addresses):
@staticmethod
def checksum_address_dict(addresses):
"""
convert addresses to their checksum variant taken from a (nested) dict
"""
Expand Down

0 comments on commit 3c65360

Please sign in to comment.