Anton
Results
2
issues of
Anton
## Description Compiler throws error when function with the same name but different signature exists in code. ``` Error: No matching declaration found after variable lookup. --> a.sol:16:65: | 16...
Hello, The requestL2Transaction function applies the applyL1ToL2Alias to the msg.sender if the sender is smart contract. However, in _requestL2Transaction the params.refundRecipient is assigned as: ``` params.refundRecipient = _refundRecipient == address(0)...