citycoins / api

A simple API to interact with Stacks and CityCoins data.
https://api.citycoins.co/docs
Apache License 2.0
9 stars 2 forks source link

Typo: wrong return type for `get-last-high-value-at-block` #46

Closed whoabuddy closed 2 years ago

whoabuddy commented 2 years ago

In the OpenAPI spec it's showing this as a boolean instead of a number (or a string? see #45):

https://api.citycoins.co/docs#tag/Mining/paths/~1mining~1get-last-high-value-at-block~1{cityname}~1{blockheight}/get

whoabuddy commented 2 years ago

Closing this out after adding #70