You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fnd become unresponsive for certain block height -- the node usually become responsive again after a new block, but it could be anywhere from 1-60 minutes.
INFO[0000] connecting to HSD host="http://127.0.0.1" module=main
WARN[0000] error connecting to HSD, retrying in 10 seconds err="json: cannot unmarshal number 0.9997314412098487 into Go struct field ChainInfo.chain.progress of type int" module=main
WARN[0010] error connecting to HSD, retrying in 10 seconds err="json: cannot unmarshal number 0.9997306188930172 into Go struct field ChainInfo.chain.progress of type int" module=main
fnd
become unresponsive for certain block height -- the node usually become responsive again after a new block, but it could be anywhere from 1-60 minutes.From @okdistribute
Looks like this type could be float64 instead?
https://github.com/mslipper/handshake/blob/master/client/rest_types.go#L24
The text was updated successfully, but these errors were encountered: