-
Notifications
You must be signed in to change notification settings - Fork 132
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
jcli transaction make-witness fails with error #1323
Comments
It is missing a step. Ex: if you have the transaction saved in a file named ex: Then change your initial command to: So the steps would be:
Can you point me to the source from where you got the information, so we can fix it? Thanks |
Thank you rinor. Now it is working. I was following the steps on: Also the faucet-send-money.sh is missing the data-for-witness step. Which leads to a DEPRECATED message output, because it is using the transactionID.
|
Thank you. Indeed the docs needs to be updated. Regarding DEPRECATED message, right now both commands: |
Please do not close this issue yet, until the docs are updated. Thank you. |
When updating the docs, there is another spelling error here:
should be |
Great job @rinor |
Describe the bug
The following command fail with an error. Is there a transactionId needed when using an account input?
jcli transaction make-witness --genesis-block-hash 6dffe1c5355bdd29553ff429b46bbe5ba87a5f29d972f7cd5a25229e6dd1950e --type account --account-spending-counter 0 witness receiver_secret.key
**error**: Invalid value for '<transaction-id>': invalid hex encoding for digest value
Mandatory Information
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful creation of witness
Additional context
The text was updated successfully, but these errors were encountered: