Skip to content
Cosmopediaby Unity Nodes
DiscussionsTendermintInvalid TX signature, but chain-id and account sequence are correctForum ↗

Invalid TX signature, but chain-id and account sequence are correct

Tendermint1 posts3,603 viewsLast activity Feb 2021
RA
randomshinichiOP
Feb 2021

At one point, my test chain with one validator crashed. When restarted, it wouldn’t accept any more transactions. Here are my bash shortcuts just for reference: ``` function send() { launchpayloadcli tx send cosmos1duqsv0rgf6cg9uk4n3hmxmhr3kxa56au5qrj3y $1 1drop --memo "post-crash test tx" --keyring-backend test --home /home/shinichi/source/work/crashed-drop-c34/nodeconfig/faucet_account --node tcp://$NODE:26657 --chain-id drop-c34efbd55083665002d2 -o json } function checksend { curl http://$LCD:1317/txs/$1 } function checkaccount { curl http://$LCD:1317/auth/accounts/$1 } function checknode { curl http://$LCD:1317/node_info } ``` ``` shinichi@asuka:~ checkaccount cosmos1duqsv0rgf6cg9uk4n3hmxmhr3kxa56au5qrj3y {"height":"8517","result":{"type":"cosmos-sdk/Account","value":{"address":"cosmos1duqsv0rgf6cg9uk4n3hmxmhr3kxa56au5qrj3y","coins":[{"denom":"drop","amount":"7999981594"},{"denom":"evtx","amount":"5977584791"}],"public_key":{"type":"tendermint/PubKeySecp256k1","value":"A/9O/UiMYLOn+w6fb/gOHwnUq+wpOFqaNiEy0aUhOFx4"},"account_number":"3","sequence":"119"}}} shinichi@asuka:~ checknode…

Excerpt (1122 of 2560 characters). Read the whole post on the forum ↗

← Back to Discussions