Skip to content

Commit

Permalink
fix multisigs/extras thing
Browse files Browse the repository at this point in the history
  • Loading branch information
BIP Bot committed Jul 28, 2023
1 parent b092858 commit 14ed78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bal_addresses/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def multisigs(self) -> Optional[Munch]:
return self._multisigs
else:
self.populate_multisigs()
return self._extras
return self._multisigs

def populate_deployments(self) -> None:
chain_deployments = requests.get(
Expand Down

0 comments on commit 14ed78e

Please sign in to comment.