Skip to content

Commit 188dc60

Browse files
authored
fix(execute): add missing return statement stub contract deployment (#2193)
1 parent a2f2841 commit 188dc60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pytest_plugins/execute/pre_alloc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def deploy_contract(
259259
storage={},
260260
),
261261
)
262+
return contract_address
262263

263264
initcode_prefix = Bytecode()
264265

0 commit comments

Comments
 (0)