Skip to content

Commit b64a311

Browse files
Remove term from definition
Co-authored-by: Paul Wackerow <[email protected]>
1 parent fa985e6 commit b64a311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intl/en/glossary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"message-call-term": "Message call",
239239
"message-call-definition": "The act of passing a <a href=\"/glossary/#message\">message</a> from one account to another. If the destination account is associated with <a href=\"/glossary/#evm\">EVM</a> code, then the VM will be started with the state of that object and the message acted upon.",
240240
"mev-term": "MEV",
241-
"mev-definition": "Maximal extractable value (MEV) refers to the maximum value that can be extracted from block production in excess of the standard block reward and gas fees by including, excluding, and changing the order of transactions in a block.",
241+
"mev-definition": "The maximum value that can be extracted from block production in excess of the standard block reward and gas fees by including, excluding, and changing the order of transactions in a block.",
242242
"mining-term": "Mining",
243243
"mining-definition": "The process of repeatedly hashing a block header while incrementing a <a href=\"/glossary/#nonce\">nonce</a> until the result contains an arbitrary number of leading binary zeros. This is the process by which new <a href=\"/glossary/#block\">blocks</a> are added to a proof-of-work blockchain. This was how Ethereum was secured before it moved to proof-of-stake.",
244244
"miner-term": "Miner",

0 commit comments

Comments
 (0)