mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Test Execute result decoding, reentrancy
This commit is contained in:
@@ -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))) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user