You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a transaction, and not signing it with enough signatures, and sending it off to the node, the node responds with the error:
Error: Transaction not accepted by the node: GRPC response with status 'INVALID_ARGUMENT': GRPC error: Verification failed.
This can happen when creating a transaction (signing it with some keys but not enough) and sending it off to the node OR
when loading a partially signed transaction (without enough signatures) from a JSON file and sending it off to the node.
Concordium-client should check before sending off a transaction to the node, if enough signatures are present and otherwise give enough information about which signatures are missing/required.
The text was updated successfully, but these errors were encountered:
Task description
When creating a transaction, and not signing it with enough signatures, and sending it off to the node, the node responds with the error:
Error: Transaction not accepted by the node: GRPC response with status 'INVALID_ARGUMENT': GRPC error: Verification failed.
This can happen when creating a transaction (signing it with some keys but not enough) and sending it off to the node OR
when loading a partially signed transaction (without enough signatures) from a JSON file and sending it off to the node.
Concordium-client
should check before sending off a transaction to the node, if enough signatures are present and otherwise give enough information about which signatures are missing/required.The text was updated successfully, but these errors were encountered: