Skip to content

Commit 6f1a875

Browse files
authored
Update EIP-7980: fix issues
Merged by EIP-Bot.
1 parent 67537eb commit 6f1a875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EIPS/eip-7980.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
eip: 7980
33
title: Ed25519 transaction support
4-
description: Adds a EIP-7932 algorithm type for Ed25519 support of type `0x0`
4+
description: Adds an EIP-7932 algorithm type for Ed25519 support of type `0x0`
55
author: James Kempton (@SirSpudlington)
66
discussions-to: https://ethereum-magicians.org/t/eip-7980-adding-ed25519-as-a-signature-scheme-to-test-eip-7932/24663
77
status: Draft
@@ -48,7 +48,7 @@ def verify(signature_info: bytes, payload_hash: Hash32) -> ExecutionAddress:
4848

4949
### Additional 1000 gas penalty
5050

51-
The gas penalty discourages people attempting to migrate off current secp256k1 accounts, and also covers the additional overhead (in regards to hashing) that the ed25519 curve applies.
51+
The gas penalty discourages people from attempting to migrate off current secp256k1 accounts, and also covers the additional overhead (in regards to hashing) that the ed25519 curve applies.
5252

5353
### Why Ed25519?
5454

0 commit comments

Comments
 (0)