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

t9n intrinsicGas return field as string #23883

Closed
winsvega opened this issue Nov 10, 2021 · 0 comments
Closed

t9n intrinsicGas return field as string #23883

winsvega opened this issue Nov 10, 2021 · 0 comments
Assignees

Comments

@winsvega
Copy link
Contributor

winsvega commented Nov 10, 2021

Could you please return intrinsict gas as string in json. in case by any chance we need to handle values >int

current output

  {
    "error": "gasPrice exceeds 256 bits",
    "address": "0x54b0dfad82e7660aa185dbd371c359757fc3e656",
    "hash": "0x63cc78c654a6cc5f8ab4f17d03caef02d49ef43275282b12d432880f1192b987",
    "intrinsicGas": 21000
  }

want:

  {
    "error": "gasPrice exceeds 256 bits",
    "address": "0x54b0dfad82e7660aa185dbd371c359757fc3e656",
    "hash": "0x63cc78c654a6cc5f8ab4f17d03caef02d49ef43275282b12d432880f1192b987",
    "intrinsicGas": "0x5208"
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants