Skip to content

Commit

Permalink
missing selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Oct 15, 2024
1 parent 2e80c19 commit 5ea47e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/contracts/common/L1ContractErrors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pragma solidity ^0.8.21;
error AccessToFallbackDenied(address target, address invoker);
// 0x3995f750
error AccessToFunctionDenied(address target, bytes4 selector, address invoker);
//
// 0x8164f842
error ApprovalFailed();
// 0x6c167909
error OnlySelfAllowed();
Expand Down

0 comments on commit 5ea47e1

Please sign in to comment.