1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

ship_processor.go: typo fix. hearthbeat should be heartbeat.

This commit is contained in:
Henrik Hautakoski 2023-01-06 16:39:14 +01:00
parent 73f0ba0555
commit 177b715ba4

View file

@ -52,7 +52,7 @@ func processBlock(block *ship.GetBlocksResultV0) {
HeadBlockNum: block.Head.BlockNum,
}
encodeQueue("hearthbeat", hb)
encodeQueue("heartbeat", hb)
_, err := redis.Send()
if err != nil {