-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp welcomedGood for newcomersGood for newcomers
Description
What Git revision are you using?
What operating system are you using, and which version?
- Linux / Ubuntu
- Linux / Other
- OSX
- Windows
Describe what the problem is?
There is a typo in the ogmios state query documentation
https://ogmios.dev/mini-protocols/local-state-query/#delegationsandrewards
Example is showing something like this:
but it's actually delegationsAndRewards (delegation is plural):
{
"query": {
"delegationsAndRewards": [
"7c16240714ea0e12b41a914f2945784ac494bb19573f0ca61a08afa8"
]
}
}
What should be the expected behavior?
Documentation being fixed.
{
"query": {
"delegationsAndRewards": [
"7c16240714ea0e12b41a914f2945784ac494bb19573f0ca61a08afa8"
]
}
}
KtorZ
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp welcomedGood for newcomersGood for newcomers