From 6fe3acce7e549737f01f678b61915098c31d5b06 Mon Sep 17 00:00:00 2001 From: Igor Lins e Silva Date: Fri, 23 Jun 2023 12:18:43 -0300 Subject: [PATCH] update v1/chain/abi_bin_to_json interface --- api/routes/v1-chain/abi_bin_to_json/index.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/api/routes/v1-chain/abi_bin_to_json/index.ts b/api/routes/v1-chain/abi_bin_to_json/index.ts index 63a15c2d..c432550e 100644 --- a/api/routes/v1-chain/abi_bin_to_json/index.ts +++ b/api/routes/v1-chain/abi_bin_to_json/index.ts @@ -9,11 +9,7 @@ export default function (fastify: FastifyInstance, opts: any, next) { { "code": {$ref: 'AccountName#'}, "action": {$ref: 'AccountName#'}, - "binargs": { - "type": "string", - "pattern": "^(0x)(([0-9a-f][0-9a-f])+)?$", - "title": "Hex" - } + "binargs": {"type": "string"} }, ["code", "action", "binargs"] );