Test Execute result decoding, reentrancy

This commit is contained in:
Luke Parker
2025-01-27 13:01:52 -05:00
parent 7e01589fba
commit 17cc10b3f7
3 changed files with 87 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ pragma solidity ^0.8.26;
import "Router.sol";
// Wrap the Router with a contract which exposes the address
// Wrap the Router with a contract which exposes the createAddress function
contract CreateAddress is Router {
constructor() Router(bytes32(uint256(1))) { }