Junaid
Results
1
comments of
Junaid
Some signers but not all might, depends on requirement. In case of EIP1271 recovery `is_eip1271_signature_correct(...)` https://github.com/matter-labs/zksync/blob/47bb16fe233d2695c50ccf291dc77dd9f0036dd0/core/bin/zksync_api/src/eth_checker.rs#L55 you are "**always**" adding prefix via get_sign_message(...) https://github.com/matter-labs/zksync/blob/47bb16fe233d2695c50ccf291dc77dd9f0036dd0/core/bin/zksync_api/src/eth_checker.rs#L46 before passing to `isValidSignature` which doent...