y-pakorn / flutter_web3

Web3 Ethereum, Etherjs and Wallet Connect wrapper for Flutter Web.
Other
136 stars 46 forks source link

Nounce is null. #19

Open maxonflutter opened 2 years ago

maxonflutter commented 2 years ago

The value for nounce is null in the TransactionResponse object. If you replace all the 'nounce' in the code with 'nonce', it will fix the issue.

y-pakorn commented 2 years ago

A mistake on my side, thank you for pointing that out!

Will fix this later, but PR is also welcomed!

mhmzdev commented 2 years ago

Is this fixed?