Currently the owner returns a UserOperation with a single 65 byte signature. We should pad that out to 130 bytes so it will always work with our Validate function that expects a 130 bytes signature field.. Alternatively we could relax the restraints so the Validate function supports shorter signatures.
Currently the owner returns a
UserOperation
with a single 65 byte signature. We should pad that out to 130 bytes so it will always work with our Validate function that expects a 130 bytes signature field.. Alternatively we could relax the restraints so the Validate function supports shorter signatures.