-
Notifications
You must be signed in to change notification settings - Fork 124
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
There seems to be an error when sending the transaction #343
Comments
Is it a problem with my substrate version? |
Hm.. No, I don't think that's the substrate version. More like a mismatch between types. I'm not sure which example exactly you're using, but currently all examples are matched to the substrate-api-client/examples/example_transfer_using_seed.rs Lines 41 to 43 in 31a91d6
|
If possible, I would like our examples to use the PlainTip, which is the standard case. Is there no substrate docker image that comes with PlainTips? |
I'm currently thinking of a totally different solution: #344 (comment) Maybe you know the answer to that: Is it possible to detect which tips to use, if the |
And no, not as far as I know, but I haven't investigated much. I will, if #344 is not possible. |
#344 seems certainly possible, but it will take some time. I looked into the docker problem, but it seems parity does not upload the substrate node-template anymore (checked https://hub.docker.com/u/parity/), |
Closing this in favour of #383 |
When I execute the example of the trade function, an error occurs. What do I need to do to solve this problem
The text was updated successfully, but these errors were encountered: