Skip to main content

E1001 — Invalid transaction signature

PropertyValue
Code1001
SlugE1001
Categoryvalidation (Validation)

What happened

Invalid transaction signature.

Why it happened

The transaction signature does not match the sender’s public key. This usually means the transaction was signed with the wrong private key or the key has been rotated.

How to fix

Re-sign the transaction with the account’s current private key.

Receipt example

{
  "code": 1001,
  "slug": "E1001",
  "category": "validation",
  "what": "Invalid transaction signature",
  "fix": "Re-sign the transaction with the account's current private key.",
  "docs_url": "https://docs.cowboy.inc/errors/E1001"
}

All Error Codes

View the complete error code reference