Calling execute with an invalid address doesn't revert?
Open
- Dominant language
- Solidity
- Stars
- 318
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
i.e. if i call it with `address(0)` it reverts with "ds-proxy-target-address-required" as expected, but if i call it with `0x0000000000000000000000000000000000000001` no revert occurs. Is this expected `delegatecall` behavior?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.