From f65bb601c42f0dbaaddfb47cfaea5cb7cd247e1c Mon Sep 17 00:00:00 2001 From: Alex Sharp Date: Tue, 21 May 2024 21:15:52 +0100 Subject: [PATCH] Fix compile error --- eth/stagedsync/exec3.go | 1 - 1 file changed, 1 deletion(-) diff --git a/eth/stagedsync/exec3.go b/eth/stagedsync/exec3.go index f1f2a569063..2dffeefa77f 100644 --- a/eth/stagedsync/exec3.go +++ b/eth/stagedsync/exec3.go @@ -1096,7 +1096,6 @@ func flushAndCheckCommitmentV3(ctx context.Context, header *types.Header, applyT if maxBlockNum <= minBlockNum { return false, nil } - aggTx := applyTx.(state2.HasAggTx).AggTx().(*state2.AggregatorRoTx) unwindToLimit, err := aggTx.CanUnwindDomainsToBlockNum(applyTx) if err != nil {