From 8a5bdf0ab0991bc38398ecd602422613e6514bd8 Mon Sep 17 00:00:00 2001 From: Miraculous Owonubi Date: Tue, 19 Oct 2021 22:22:01 +0100 Subject: [PATCH] update rpc_errors_schema --- chain/jsonrpc/res/rpc_errors_schema.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chain/jsonrpc/res/rpc_errors_schema.json b/chain/jsonrpc/res/rpc_errors_schema.json index 66c2ac740ba..b546f2109e8 100644 --- a/chain/jsonrpc/res/rpc_errors_schema.json +++ b/chain/jsonrpc/res/rpc_errors_schema.json @@ -316,7 +316,8 @@ "GasInstrumentation", "StackHeightInstrumentation", "Instantiate", - "Memory" + "Memory", + "TooManyFunctions" ], "props": {} }, @@ -350,6 +351,11 @@ "subtypes": [], "props": {} }, + "TooManyFunctions": { + "name": "TooManyFunctions", + "subtypes": [], + "props": {} + }, "TotalLogLengthExceeded": { "name": "TotalLogLengthExceeded", "subtypes": [],