Skip to content

Commit

Permalink
Merge branch 'master' into feat/sqlitedb
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jan 14, 2025
2 parents ce00f10 + faa735f commit 5949a30
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 5949a30

Please sign in to comment.