Skip to content

Commit 8852047

Browse files
authored
Merge pull request #12973 from somethingstup/patch-2
Fix typo in intro to ether developer doc
2 parents 18fc926 + ce5a6f4 commit 8852047

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/intro-to-ether

1 file changed

+1
-1
lines changed

public/content/developers/docs/intro-to-ether/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ As well as creating ether through block rewards, ether can be destroyed through
4040

4141
Ether burn occurs in every transaction on Ethereum. When users pay for their transactions, a base gas fee, set by the network according to transactional demand, gets destroyed. This, coupled with variable block sizes and a maximum gas fee, simplifies transaction fee estimation on Ethereum. When network demand is high, [blocks](https://etherscan.io/block/12965263) can burn more ether than they mint, effectively offsetting ether issuance.
4242

43-
Burning the base fee hinders a block producers ability to manipulate transactions. For example, if block producers received the base fee, they could include their own transactions for free and raise the base fee for everyone else. Alternatively, they could refund the base fee to some users off-chain, leading to a more opaque and complex transaction fee market.
43+
Burning the base fee hinders a block producer's ability to manipulate transactions. For example, if block producers received the base fee, they could include their own transactions for free and raise the base fee for everyone else. Alternatively, they could refund the base fee to some users off-chain, leading to a more opaque and complex transaction fee market.
4444

4545
## Denominations of ether {#denominations}
4646

0 commit comments

Comments
 (0)