Skip to content
2 changes: 1 addition & 1 deletion arbnode/mel/extraction/message_extraction_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func extractMessagesImpl(
if state.ParentChainBlockHash != parentChainHeader.ParentHash {
return nil, nil, nil, fmt.Errorf(
"parent chain block hash in MEL state does not match incoming block's parent hash: expected %s, got %s",
state.ParentChainPreviousBlockHash.Hex(),
state.ParentChainBlockHash.Hex(),
parentChainHeader.ParentHash.Hex(),
)
}
Expand Down
Loading