Skip to content

Commit

Permalink
recover SkippedL1Txs name
Browse files Browse the repository at this point in the history
  • Loading branch information
FletcherMan committed Nov 28, 2024
1 parent 8d921dd commit 6f1854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/types/consensus_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 6f1854b

Please sign in to comment.