Skip to content

Commit 5bab4da

Browse files
bytetigersSamWilsn
authored andcommitted
chore: fix some minor issues
Signed-off-by: bytetigers <[email protected]>
1 parent e9e94ed commit 5bab4da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ recommend using the [latest version](https://github.com/ethereum/execution-specs
1818
### What Contitutes a Serious Issue
1919

2020
- Issues which affect any production EL client (geth, Nethermind, Besu, etc.)
21-
- EELS has inadvertantly leaked secure information into the codebase
21+
- EELS has inadvertently leaked secure information into the codebase
2222

2323
### What Does _Not_ Constitute a Serious Issue
2424

network-upgrades/mainnet-upgrades/cancun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Execution layer changes included in the Network Upgrade.
1111
* [EIP-7516: BLOBBASEFEE opcode](https://eips.ethereum.org/EIPS/eip-7516)
1212

1313

14-
### Implementation Progresss
14+
### Implementation Progress
1515

1616
Implementation status of Included EIPs across participating clients.
1717

src/ethereum/prague/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Requests were introduced in EIP-7685 as a a general purpose framework for
2+
Requests were introduced in EIP-7685 as a general purpose framework for
33
storing contract-triggered requests. It extends the execution header and
44
body with a single field each to store the request information.
55
This inherently exposes the requests to the consensus layer, which can

0 commit comments

Comments
 (0)