Skip to content
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

polkadot.js/api submitExtrinsic fails #2535

Closed
edwardmack opened this issue May 11, 2022 · 1 comment
Closed

polkadot.js/api submitExtrinsic fails #2535

edwardmack opened this issue May 11, 2022 · 1 comment
Assignees

Comments

@edwardmack
Copy link
Contributor

Describe the bug

  • Receiving error: RPC-CORE: submitExtrinsic(extrinsic: Extrinsic): Hash:: -32000: Failed to call the TaggedTransactionQueue_validate_transaction exported function.: null when calling api.rpc.author.submitExtrinsic or api.rpc.author.submitAndWatchExtrinsic for example:
const testExt = api.tx.system.remark([0, 1, 2]);
const submitExtrinsic = await api.rpc.author.submitExtrinsic(testExt);
console.log(`submitExtrinsic: ${submitExtrinsic}`);

Expected Behavior

  • Return hash for the resulting transaction hash of the extrinsic

Current Behavior

  • returns error: RPC-CORE: submitExtrinsic(extrinsic: Extrinsic): Hash:: -32000: Failed to call the TaggedTransactionQueue_validate_transaction exported function.: null

Specification

  • gossamer version: runtime v0.9.19
  • polkadot/api version: 8.3.1
@danforbes
Copy link
Contributor

Duplicate of #2462

@danforbes danforbes marked this as a duplicate of #2462 May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants