Skip to content

Commit

Permalink
document magic value (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds authored Nov 9, 2022
1 parent 363cf78 commit 77f61d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/IERC1271.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ interface IERC1271 {
/// @dev Should return whether the signature provided is valid for the provided data
/// @param hash Hash of the data to be signed
/// @param signature Signature byte array associated with _data
/// @return magicValue The bytes4 magic value 0x1626ba7e
function isValidSignature(bytes32 hash, bytes memory signature) external view returns (bytes4 magicValue);
}

0 comments on commit 77f61d9

Please sign in to comment.