We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vivaldi 2.6.1566.40 (Stable channel) (64-bit)
Ubuntu 18.04
When I call the method stake with amount = 0, then NiftyWallet says that transaction is confirmed, but in reality, it isn't
amount = 0
contract.methods.stake(address, 0).send({ from: account, gas: 400000, gasPrice: 1000000000 })
The text was updated successfully, but these errors were encountered:
vbaranov
No branches or pull requests
What browser and version did you use?
Vivaldi 2.6.1566.40 (Stable channel) (64-bit)
What operating system did you use?
Ubuntu 18.04
Do you have screenshots showing the problem?
What is your issue?
When I call the method stake with
amount = 0
, then NiftyWallet says that transaction is confirmed, but in reality, it isn'tThe text was updated successfully, but these errors were encountered: