NebraLtd/hm-block-tracker

Fix hash

Closed this issue · 1 comments

@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": ""
}

See #49