Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Jun 17, 2024
1 parent 6d06134 commit 9307ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/erc165/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ sol!("lib/forge-std/src/interfaces/IERC165.sol");
/// Calculates XOR of the selectors of a type that implements SolInterface
pub trait XorSelectors<T: SolInterface> {
/// get xor of all the selectors.
///
///
/// in order to get interface id the array of selectors should include all the functions
/// (and only function) selectors of the interface, in alloy and using its sol! macro
/// (and only function) selectors of the interface, in alloy and using its sol! macro
/// bindings, the generated Calls enum includes all the fn selectors:
/// `{AlloyContractName}::{AlloyContractNameCalls}`
///
Expand Down

0 comments on commit 9307ad6

Please sign in to comment.