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
Error: key with address45D33B4BF8A20C1FB7ABF5F747AD0843B1AFD2FEnot found: key not found
The address that I'm trying to send has balance :
**balances:
amount: "1500"**
But when I define my account as a keys into makefile by using below code, error doesn't happen. As you know below command asks for mnemonic.
keys:
soarchaind keys add client --recover --keyring-backend test --algo secp256k1
I do not want to define my account in makefile as keys because this means I should put private key of the account into the node. So how can prevent this issue?
Actually we need a way send all txs without defining accounts private key/ mnemonics into the chain.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
A Security bug happened!
Cosmos SDK Version
v0.45.5
How to reproduce?
I am trying to send a transaction:
soarchaind tx poa register-client 3059301306072a8648ce3d020106082a8648ce3d030107034200046c28e2efdf94600435dbba5ae7f195cb619e3dd128b7e0e2877f9a1da489027819001c3e0141cb579dc3d9e913a45644401bd2458313dc37d15dd58adcaff154 --from soar1ghfnkjlc5gxpldat7hm50tgggwc6l5h7ydwy2a --gas auto --gas-adjustment 1.5 --gas-prices 0.0025udmotus
But got this error:
Error: key with address45D33B4BF8A20C1FB7ABF5F747AD0843B1AFD2FEnot found: key not found
The address that I'm trying to send has balance :
**balances:
But when I define my account as a keys into makefile by using below code, error doesn't happen. As you know below command asks for mnemonic.
I do not want to define my account in makefile as keys because this means I should put private key of the account into the node. So how can prevent this issue?
Actually we need a way send all txs without defining accounts private key/ mnemonics into the chain.
The text was updated successfully, but these errors were encountered: