Transfer of tokens don't work
Opened this issue ยท 6 comments
fzeeshan commented
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.
fzeeshan commented
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.
ManuGarcia89 commented
This fixed my problem too. thanks @fzeeshan
fzeeshan commented
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.
cbonaco1 commented
fzeeshan commented
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.