From ecd0bb953e45a0cdf5e345fff6bdb8f71fa2c5b8 Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Wed, 18 May 2022 17:13:42 -0500 Subject: [PATCH 1/2] fix(exec-engine): typo --- specs/exec-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/exec-engine.md b/specs/exec-engine.md index 2f7cc6b3..c150b056 100644 --- a/specs/exec-engine.md +++ b/specs/exec-engine.md @@ -20,7 +20,7 @@ This document outlines the modifications, configuration and usage of a L1 execution engine for L2. -## Depositited transaction processing +## Deposited transaction processing The Engine interfaces abstract away transaction types with [EIP-2718][eip-2718]. From d521792bc9b3ceac4bb90c2ab9b770c3ffb4a61f Mon Sep 17 00:00:00 2001 From: protolambda Date: Thu, 19 May 2022 00:33:17 +0200 Subject: [PATCH 2/2] specs: fix TOC --- specs/exec-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/exec-engine.md b/specs/exec-engine.md index c150b056..bc8d0b3a 100644 --- a/specs/exec-engine.md +++ b/specs/exec-engine.md @@ -4,7 +4,7 @@ **Table of Contents** -- [Depositited transaction processing](#depositited-transaction-processing) +- [Deposited transaction processing](#deposited-transaction-processing) - [Deposited transaction boundaries](#deposited-transaction-boundaries) - [Engine API](#engine-api) - [`engine_forkchoiceUpdatedV1`](#engine_forkchoiceupdatedv1)