zingolabs / zaino

Zaino is an indexer for the Zcash blockchain implemented in Rust.
Other
5 stars 6 forks source link

Fix get latest block #83

Closed idky137 closed 1 month ago

idky137 commented 1 month ago

Fixes the response of get_latest_block. The block hash in this response should be in display order (reversed). This PR uses functionality in zebra for this.