mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +02:00
ship_processor.go: typo fix. hearthbeat should be heartbeat.
This commit is contained in:
parent
73f0ba0555
commit
177b715ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ func processBlock(block *ship.GetBlocksResultV0) {
|
||||||
HeadBlockNum: block.Head.BlockNum,
|
HeadBlockNum: block.Head.BlockNum,
|
||||||
}
|
}
|
||||||
|
|
||||||
encodeQueue("hearthbeat", hb)
|
encodeQueue("heartbeat", hb)
|
||||||
|
|
||||||
_, err := redis.Send()
|
_, err := redis.Send()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue