AA14 initCode must return sender

The address of the smart account deployed with the initCode does not match the sender address of the user operation.

Possible Solutions

  1. Check that the initCode is correct.
    1. The first 20 bytes should be the factory address.
    2. The remaining bytes should be the encoded function call.
  2. Verify that the sender address was generated deterministically from initCode.
ReadMe