Skip to content

Commit

Permalink
rest api: update WaitForBlock summary (#4910)
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy authored Dec 16, 2022
1 parent 0f6eaed commit 93602e8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion daemon/algod/api/algod.oas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@
"schemes": [
"http"
],
"summary": "Gets the node status after waiting for the given round.",
"summary": "Gets the node status after waiting for a round after the given round.",
"operationId": "WaitForBlock",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion daemon/algod/api/algod.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4975,7 +4975,7 @@
"description": "Unknown Error"
}
},
"summary": "Gets the node status after waiting for the given round.",
"summary": "Gets the node status after waiting for a round after the given round.",
"tags": [
"public",
"nonparticipating"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93602e8

Please sign in to comment.