From a4c2bc0fc2f5022de1f91c2672a91b3cc39cd37d Mon Sep 17 00:00:00 2001 From: Luka Jeran Date: Thu, 4 Jul 2024 05:12:22 +0200 Subject: [PATCH] fix: personal_sign is 65 bytes long (not 129 bytes) --- openrpc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrpc.yaml b/openrpc.yaml index 452d187..8a771fc 100644 --- a/openrpc.yaml +++ b/openrpc.yaml @@ -247,7 +247,7 @@ methods: $ref: '#/components/schemas/address' result: name: Signature - description: A hex-encoded 129-byte array starting with `0x`. + description: A hex-encoded 65-byte array starting with `0x`. schema: $ref: '#/components/schemas/bytes' examples: