xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
179 stars 96 forks source link

Method Web3Client.sendTransaction does not receive any exception when rejected by the user when calling the ERC20 approve function #47

Open mrtnetwork opened 2 years ago

mrtnetwork commented 2 years ago

hi, I use Web3Client.sendTransaction method most of the time, It fixes everywhere, but when I call the Erc20 approve method, I do not receive an error if the user rejects the request And the future method will not be completed only if the timeout has been set thanks