Error on send tx. Any help? 🙏 #3106
Closed
Douglasacost
started this conversation in
General
Replies: 1 comment 1 reply
-
I saw that people wrote about such a problem, but at that time they did not find a solution |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys, I'm trying to implement this light-client on a webpage (Using the WASM strategy)
Here the RPC method sent
{"id":1,"jsonrpc":"2.0","method":"author_submitExtrinsic","params":["0x45028400c6f5bc3043731278e954cd2bf0456a0b7e5b28121af089fdc8353c8fe751255f016009373033f8488f20e970258013886c56c6ed73619820b1ed913ecf32b9db479803a0c524681cb9512dd11b3782eadf73abcdd728017ca0280b779c22bc2a8b2400510900020000dc4b5cae108e10211c6641d7f90dca8ad6f5727e4a307507f3341adffe2f37020700cc829c19"]}
I got this response
JSON-RPC response: {"jsonrpc":"2.0","method":"author_extrinsicUpdate","params":{"subscription":"0","result":"Dropped"}}
This trigger this warning
[tx-service-para_eden] Failed to validate transaction 0xed38…bf7e: Error in call proof: UnusedProofEntry
thus the transaction wasn't relayedI have sent the transaction trough Polkadot.js app and works fine using the same method
author_submitExtrinsic
Probably I'm missing something, how can I solve it?
Here the implementation file: https://gist.github.com/Douglasacost/24597aaba31473c6903ba27828dfd2f3
Beta Was this translation helpful? Give feedback.
All reactions