NebraLtd / hm-block-tracker

Helium Block Tracker enables "instant sync" functionality for Helium Hotspot Miners
MIT License
8 stars 5 forks source link

Fix hash #48

Closed vpetersson closed 2 years ago

vpetersson commented 2 years ago

@robputt Looks like the changes yesterday broke snapshots.

> $ curl -s https://helium-snapshots-stage.nebra.com/latest-snap.json | jq
{
  "height": 1091561,
  "hash": ""
}
> $ curl -s https://helium-snapshots.nebra.com/latest-snap.json | jq
{
  "height": 1094142,
  "hash": ""
}
robputt commented 2 years ago

See https://github.com/NebraLtd/hm-block-tracker/pull/49