From ba53170dbf0dd33ae7ada6feeef86be0a8bdd80c Mon Sep 17 00:00:00 2001 From: "joshcs.eth" <46639943+jcstein@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:53:34 -0400 Subject: [PATCH] chore: update v0.11.0 API spec --- public/specs/openrpc-v0.11.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/specs/openrpc-v0.11.0.json b/public/specs/openrpc-v0.11.0.json index 9b77d23..800240d 100644 --- a/public/specs/openrpc-v0.11.0.json +++ b/public/specs/openrpc-v0.11.0.json @@ -1382,9 +1382,9 @@ } }, { - "name": "header.GetVerifiedRangeByHeight", + "name": "header.GetRangeByHeight", "description": "Auth level: read", - "summary": "GetVerifiedRangeByHeight returns the given range (from:to) of ExtendedHeaders\nfrom the node's header store and verifies that the returned headers are\nadjacent to each other.\n", + "summary": "GetRangeByHeight returns the given range (from:to) of ExtendedHeaders\nfrom the node's header store and verifies that the returned headers are\nadjacent to each other.\n", "paramStructure": "by-position", "params": [ {