Skip to content

Commit

Permalink
fix: add _computation after VVMContract.deploy
Browse files Browse the repository at this point in the history
ensure _computation is set properly after VVMContract.deploy is run
  • Loading branch information
charles-cooper committed Jan 14, 2025
1 parent 9e95799 commit 0be571a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boa/contracts/vvm/vvm_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def deploy(self, *args, contract_name=None, env=None, **kwargs):
if contract_name is not None:
# override contract name
ret.contract_name = contract_name
ret._computation = computation

if computation.is_error:
ret.handle_error(computation)
Expand Down

0 comments on commit 0be571a

Please sign in to comment.