Skip to content

Typo in the ogmios document #247

@HirotoShioi

Description

@HirotoShioi

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:

スクリーンショット 2022-08-19 16 11 01

but it's actually delegationsAndRewards (delegation is plural):

{
  "query": {
    "delegationsAndRewards": [
      "7c16240714ea0e12b41a914f2945784ac494bb19573f0ca61a08afa8"
    ]
  }
}

What should be the expected behavior?

Documentation being fixed.

{
  "query": {
    "delegationsAndRewards": [
      "7c16240714ea0e12b41a914f2945784ac494bb19573f0ca61a08afa8"
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp welcomedGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions