From 245e566281ce873099da32fa4c3af9618731393d Mon Sep 17 00:00:00 2001 From: maskpp Date: Mon, 26 Feb 2024 15:22:23 +0800 Subject: [PATCH] revert to tipsets --- eth/catalyst/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index 4f9902a931..ec2c1d35a2 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -101,7 +101,7 @@ type ConsensusAPI struct { // The forkchoice update and new payload method require us to return the // latest valid hash in an invalid chain. To support that return, we need - // to track historical bad blocks as well as bad tippets in case a chain + // to track historical bad blocks as well as bad tipsets in case a chain // is constantly built on it. // // There are a few important caveats in this mechanism: