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

Gas should be nullable #3

Merged
merged 1 commit into from Oct 31, 2021

Conversation

LiorAgnin
Copy link
Contributor

@LiorAgnin LiorAgnin commented Oct 17, 2021

Hi @thelazyindian, Awesome implementation for flutter Thanks for that!
I received an error while trying to execute a certain transaction that hasn't contained gas, here’s the data I received:
{ "jsonrpc": "2.0", "method": "eth_sendTransaction", "params": [ { "from": "0x862bd4208b2f6ed64ce92aada2669d3c5cc705d9", "to": "0xcdd8964ba8963929867caffcf5942de4f085bfb7", "gasPrice": "0x3b9aca00", "data": "0x095ea7b3000000000000000000000000076bdea1fd4695bdef9ba4579463bc4b3c97d64500000000000000000000000000000000000000000000000013ae155e0b074c84" } ] }

I've added the nullable option for the gas property.

@LiorAgnin LiorAgnin changed the title fixed - gas should be nullable Gas should be nullable Oct 17, 2021
@saurabhprasadsah
Copy link

Awesome implementation

@thelazyindian thelazyindian merged commit 3137a2f into Orange-Wallet:master Oct 31, 2021
@saurabhprasadsah
Copy link

okay

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

Successfully merging this pull request may close these issues.

None yet

3 participants