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

cmd/geth: add gas price unit #127

Open
shingonu opened this issue May 12, 2020 · 1 comment
Open

cmd/geth: add gas price unit #127

shingonu opened this issue May 12, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@shingonu
Copy link
Contributor

shingonu commented May 12, 2020

_eg.

--rootchain.gasprice 12gwei
(=12000000000)

--rootchain.gasprice 100000
(=100000)

@ggs134 ggs134 added the enhancement New feature or request label May 12, 2020
@modagi
Copy link
Contributor

modagi commented May 13, 2020

This will work with the specifications below.

  • Support "wei", "gwei", and "ether" units
  • If there is no unit designation, "wei" is used.
  • Support decimal input. Up to 4 decimal places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants