Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Oct 26, 2024
1 parent 7c3ed5f commit 9e246c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/erc-7739/contracts/accounts/ERC1271.sol
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ abstract contract ERC1271 is EIP712 {
/// a) `contentsType` (implicit mode)
/// where `contentsType` starts with `contentsName`.
/// b) `contentsType ‖ contentsName` (explicit mode)
/// where `contentsType` MAY NOT start with `contentsName`.
/// where `contentsType` may not necessarily start with `contentsName`.
///
/// The `APP_DOMAIN_SEPARATOR` and `contents` will be used to verify if `hash` is indeed correct.
/// __________________________________________________________________________________________
Expand Down

0 comments on commit 9e246c9

Please sign in to comment.