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

Allow user to set gas amount #55

Open
barbaraliau opened this issue Aug 7, 2020 · 0 comments
Open

Allow user to set gas amount #55

barbaraliau opened this issue Aug 7, 2020 · 0 comments
Labels
todo Do this thing soon

Comments

@barbaraliau
Copy link
Contributor

routeEthSendTransaction sets default gas amount and doesn't allow user to override.

    // TODO: Account for passed in gas
    async routeEthSendTransaction([txObj]) {
        const { from, to, value, data } = txObj;
@barbaraliau barbaraliau added the todo Do this thing soon label Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Do this thing soon
Projects
None yet
Development

No branches or pull requests

1 participant