From e92524cf8d7bb9cbf71e454d84e167abf5d24b8e Mon Sep 17 00:00:00 2001 From: Dmytro Haidashenko Date: Mon, 27 May 2024 20:40:14 +0200 Subject: [PATCH] fixed lint issue --- common/headtracker/head_tracker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/headtracker/head_tracker.go b/common/headtracker/head_tracker.go index 39275d5c9ba..dec1bd56c65 100644 --- a/common/headtracker/head_tracker.go +++ b/common/headtracker/head_tracker.go @@ -355,7 +355,6 @@ func (ht *headTracker[HTH, S, ID, BLOCK_HASH]) calculateLatestFinalized(ctx cont } return latestFinalized, nil - } // no need to make an additional RPC call on chains with instant finality if ht.config.FinalityDepth() == 0 {