From 177b715ba472f3c2f2f9a837c12aa1a6c5408769 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 6 Jan 2023 16:39:14 +0100 Subject: [PATCH] ship_processor.go: typo fix. hearthbeat should be heartbeat. --- ship_processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ship_processor.go b/ship_processor.go index 80bcff2..8158260 100644 --- a/ship_processor.go +++ b/ship_processor.go @@ -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 {