Skip to content

Commit

Permalink
fix: adds EIP1271 to supported signature type (#176)
Browse files Browse the repository at this point in the history
Adds EIP1271 signature type to signer registry graph
  • Loading branch information
parseb authored Dec 11, 2024
1 parent 40f429e commit d9a03eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ A user authorizes an application's Signer with a signature from their custody ad
```mermaid
graph TD
Custody2([Custody Address]) --> SignerA1([Signer A])
Custody2 --> |ECDSA Signature|SignerC([Signer B])
Custody2 --> |ECDSA / EIP1271 Signature|SignerC([Signer B])
SignerC --> CastA[Cast]
SignerC --> |EdDSA Signature| CastB[Cast]
SignerA1 --> CastC[Cast]
Expand Down

0 comments on commit d9a03eb

Please sign in to comment.