-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
cosmos sdk based chain on version v0.50.11, when try to submit a simple text proposal getting an error
"tx_response": {
"height": "1324487",
"txhash": "69E7550123413E1555AC20E49F5548F1E678AE2F05D051BF1B3F5294D855EA72",
"codespace": "undefined",
"code": 1,
"data": "",
"raw_log": "failed to execute message; message index: 0: proposal has no messages",
"logs": [],
"info": "",
"gas_wanted": "200000",
"gas_used": "168354",
"tx": {
"@type": "/cosmos.tx.v1beta1.Tx",
"body": {
"messages": [
{
"@type": "/cosmos.gov.v1.MsgSubmitProposal",
"messages": [],
"initial_deposit": [
{
"denom": "stake",
"amount": "100000000"
}
],
"proposer": "cosmos1j0qst623tar48s9lzzvqk6k02ua5dak0mvdp34",
"metadata": "ipfs://CID",
"title": "test proposal",
"summary": "text proposal for test",
"expedited": false
}
],
"memo": "",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},