-
Notifications
You must be signed in to change notification settings - Fork 66
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
Signature is not valid #1212
Comments
update: I derived the public key from the private key using the same algorithm:
I can see that this key is revoked:
Trying to use this key (index 3) is giving me:
What exactly does it mean? Is there any way to move the funds using my private key even that the paired derived key is revoked? Thanks |
You cannot authorize any actions on an account with a revoked key. Do you control any private keys that have full control (1000 weight) and are not revoked? |
Yes I realize that. We had an account that we changed to non custody mode, got a keystore and password. Password lost. Closing ticket. |
Hi all,
I am trying to send 1 flow token from an account using FLOW CLI.
CLI version Version: v1.4.3, Windows version
My flow config file:
The key extracted from Blocto service keystore using Metamask.
I checked the account and the signature and hash algorithms are the same.
I am trying to send our 1 FLOW token without success:
flow transactions send transfer_tokens.cdc "1.0" "DestinationAddress" -n mainnet --signer adys
I am using this template:
Template taken from here
I am getting
Any idea what is the problem?
Where can I find a simple tx file to check? For example, tx.cdc like mention here just to see if what is the problem.
Signing offline simple messages using CLI is working good.
Thanks
The text was updated successfully, but these errors were encountered: