The address of the smart account deployed with the initCode
does not match the sender address of the user operation.
Possible Solutions
- Check that the
initCode
is correct.- The first 20 bytes should be the factory address.
- The remaining bytes should be the encoded function call.
- Verify that the sender address was generated deterministically from
initCode
.