Skip to content

Commit

Permalink
Merge pull request #27 from celestiaorg/jcs/update-v0.11.0-spec
Browse files Browse the repository at this point in the history
chore: update v0.11.0 API spec
  • Loading branch information
jcstein authored Oct 19, 2023
2 parents 1dbb869 + ba53170 commit 2e960c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/specs/openrpc-v0.11.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 2e960c3

Please sign in to comment.