Skip to content

Commit

Permalink
fix bad variable
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Oct 21, 2024
1 parent 550b334 commit ea4bccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/contracts/vvm/vvm_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def __init__(self, source_code: str, contract: VVMContract):

@cached_property
def source_code(self):
return self.code
return self._source_code


def _get_storage_variable_types(spec: dict) -> tuple[list[dict], str]:
Expand Down

0 comments on commit ea4bccb

Please sign in to comment.