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

Contracts' methods always confirmed #304

Open
saneery opened this issue Jul 2, 2019 · 0 comments
Open

Contracts' methods always confirmed #304

saneery opened this issue Jul 2, 2019 · 0 comments
Assignees
Labels
logical bug Something isn't working

Comments

@saneery
Copy link

saneery commented Jul 2, 2019

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?

Screenshot from 2019-07-02 10 13 49

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't

contract.methods.stake(address, 0).send({
        from: account,
        gas: 400000,
        gasPrice: 1000000000
      })
@vbaranov vbaranov added the logical bug Something isn't working label Jul 2, 2019
@vbaranov vbaranov self-assigned this Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants