From 6f1854b295032bb8a246daf4b9e34d4a22138830 Mon Sep 17 00:00:00 2001 From: FletcherMan Date: Thu, 28 Nov 2024 15:55:38 +0800 Subject: [PATCH] recover SkippedL1Txs name --- node/types/consensus_message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/types/consensus_message.go b/node/types/consensus_message.go index 29a25df1..1fdbe491 100644 --- a/node/types/consensus_message.go +++ b/node/types/consensus_message.go @@ -88,7 +88,7 @@ type WrappedBlock struct { Hash common.Hash `json:"hash"` CollectedL1TxHashes []common.Hash `json:"l1TxHashes" rlp:"optional"` - _ []*types.SkippedTransaction `json:"-" rlp:"optional"` + SkippedL1Txs []*types.SkippedTransaction `json:"-" rlp:"optional"` BaseFee *big.Int `json:"baseFeePerGas" rlp:"optional"` }