-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Call to account.signTransaction({...}) throw TypeError #2356
Comments
Thanks for submitting this issue. Because I had several problems with the accounts module do I refactor it to finally solve these issues. |
- Have a transaction signing problem, is a web3.js bug, detail can be found at below web3/web3.js#2356
Was it closed because there is a solution? |
Does it still occur in beta50? If so, post repro steps and reopen. |
Ok. I still have this issue (a bit different)
|
Since the symptoms are not the same, it's best to create a new issue with the proper description and repro steps. |
ok. |
Expected behavior
When supplying a fully defined transaction to
account.signTransaction
, a signed transaction should be returned.Actual behavior
As it stands, the method throws a TypeError: this.signTransaction(...).bind is not a function. This is caused by the early return on line 230 of Accounts.js.
Steps to reproduce the behavior
Error Logs
TypeError: this.signTransaction(...).bind is not a function
Versions
The text was updated successfully, but these errors were encountered: