Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: [ja/MEV] Incorrect Calculation Formula for Gas Fees #11782

Closed
1 of 2 tasks
nakmr opened this issue Dec 10, 2023 · 4 comments
Closed
1 of 2 tasks

Bug: [ja/MEV] Incorrect Calculation Formula for Gas Fees #11782

nakmr opened this issue Dec 10, 2023 · 4 comments
Labels
bug 🐛 Something isn't working needs triage 📥 This issue needs triaged before being worked on

Comments

@nakmr
Copy link
Contributor

nakmr commented Dec 10, 2023

Describe the bug

The calculation formula for "Gas Fee" mentioned in the Japanese translated article "MAXIMAL EXTRACTABLE VALUE (MEV)" is incorrect as follows:

Incorrect
gas fees = gas price ÷ gas used
Correct
gas fees = gas price × gas used

To reproduce

  1. Go to https://ethereum.org/ja/developers/docs/mev/
  2. Scroll down to ガス・ゴルフ
  3. See error as follows:

ガス・ゴルフにより、サーチャーはより高価なガス代を設定しつつ、ガス代の合計額を一定に抑えられるためです(ガス代=ガス価格 ÷ 使用ガス量)。

Expected behavior

The calculation formula for gas fees should be 'ガス価格 × 使用ガス量' (which means 'gas price × gas used').

Screenshots

ja-MEV-gas-fees-calculation

Desktop (please complete the following information)

No response

Smartphone (please complete the following information)

No response

Additional context

No response

Would you like to work on this issue?

  • Yes
  • No
@nakmr nakmr added the bug 🐛 Something isn't working label Dec 10, 2023
@github-actions github-actions bot added the needs triage 📥 This issue needs triaged before being worked on label Dec 10, 2023
nakmr added a commit to nakmr/ethereum-org-website that referenced this issue Dec 10, 2023
Copy link
Contributor

This issue is stale because it has been open 45 days with no activity.

@github-actions github-actions bot added the Status: Stale This issue is stale because it has been open 30 days with no activity. label Jan 25, 2024
@HiroyukiNaito
Copy link
Contributor

HiroyukiNaito commented Jan 25, 2024

@HiroyukiNaito
Copy link
Contributor

I corrected the mistranslation in the Crowdin, so it will be fixed in the next release of the content.

@github-actions github-actions bot removed the Status: Stale This issue is stale because it has been open 30 days with no activity. label Jan 26, 2024
Copy link
Contributor

This issue is stale because it has been open 45 days with no activity.

@github-actions github-actions bot added the Status: Stale This issue is stale because it has been open 30 days with no activity. label Mar 11, 2024
corwintines added a commit that referenced this issue Apr 1, 2024
Fix calculation formula for gas fees in ja/MEV [#11782]
This was referenced Apr 10, 2024
@github-actions github-actions bot closed this as completed May 8, 2024
@minimalsm minimalsm removed the Status: Stale This issue is stale because it has been open 30 days with no activity. label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working needs triage 📥 This issue needs triaged before being worked on
Projects
None yet
Development

No branches or pull requests

3 participants