Skip to content

Commit d0abdb4

Browse files
author
David Petrov
authored
fix(signer/api)!: typo in docs (#163)
1 parent 546b32e commit d0abdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/signer-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ components:
269269
EcdsaPubkey:
270270
type: string
271271
format: hex
272-
pattern: "^0x[a-fA-F0-9]{64}$"
272+
pattern: "^0x[a-fA-F0-9]{66}$"
273273
example: "0x023b2806b1b1dfa34dd90b01546906cef3e4c8e0fc0cba60480e9eb4d0a0828311"
274274
BlsSignature:
275275
type: string

0 commit comments

Comments
 (0)