Commit 80b5a8dd by github-actions

Merge upstream master into patched/master

parents f5b0923f 1b27c130
...@@ -8,7 +8,7 @@ import "../../interfaces/IERC1271.sol"; ...@@ -8,7 +8,7 @@ import "../../interfaces/IERC1271.sol";
/** /**
* @dev Signature verification helper: Provide a single mechanism to verify both private-key (EOA) ECDSA signature and * @dev Signature verification helper: Provide a single mechanism to verify both private-key (EOA) ECDSA signature and
* ERC1271 contract sigantures. Using this instead of ECDSA.recover in your contract will make them compatible with * ERC1271 contract signatures. Using this instead of ECDSA.recover in your contract will make them compatible with
* smart contract wallets such as Argent and Gnosis. * smart contract wallets such as Argent and Gnosis.
* *
* Note: unlike ECDSA signatures, contract signature's are revocable, and the outcome of this function can thus change * Note: unlike ECDSA signatures, contract signature's are revocable, and the outcome of this function can thus change
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment