Enable ERC-1271 signature checks in Governor castVoteBySig (#4418)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
@ -9,7 +9,7 @@ import {IERC1271} from "../../interfaces/IERC1271.sol";
|
||||
/**
|
||||
* @dev Signature verification helper that can be used instead of `ECDSA.recover` to seamlessly support both ECDSA
|
||||
* signatures from externally owned accounts (EOAs) as well as ERC1271 signatures from smart contract wallets like
|
||||
* Argent and Gnosis Safe.
|
||||
* Argent and Safe Wallet (previously Gnosis Safe).
|
||||
*
|
||||
* _Available since v4.1._
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user