-
Notifications
You must be signed in to change notification settings - Fork 351
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
Transfer of tokens don't work #279
Comments
in Transfer.js line 84 needs to be modified and method name needs to be updated. a fix has been submitted, I am assuming it is being reviewed. |
Fixes Issue jimmychu0807#279, currently called method is transfer which has been changed in substrate to transferAllowDeath, this proposed changed will fix, token sending while using the front-end
This fixed my problem. Not sure why it is not being merged. |
This fixed my problem too. thanks @fzeeshan |
I'm glad. It's a simple fix but I'm not sure why they didn't merge it. I also found work around all the broken tutorials. |
By the way, in addition to this, I have also fixed node authorization tutorial on Substrate website, I already created a pull request and submitted the changes. |
After running a node in dev mode and then using the front-end to view the blockchain activity, if a user tries to send tokens from one account to another it fails. I have identified and submitted the fix previously.
The text was updated successfully, but these errors were encountered: