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
Broadcast POST /txs with return=sync returns error code without any message:
{
"height": "0", // fixed according to Fabo on the next SDK release
"txhash": "9820BFF17B54F8AD24E88902B6785A089C80AAA022371699FA1C732924129368",
"code": 4 // unauthorized, no error_message
}
Probably it's the base error code's messages which are not returned?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Summary of Bug
Broadcast
POST /txs
withreturn=sync
returns error code without any message:Probably it's the base error code's messages which are not returned?
https://github.com/cosmos/cosmos-sdk/blob/develop/types/errors.go
Steps to Reproduce
Couldn't reproduce anymore after I restarted the local-testnet, but probably was because of signature verification error.
For Admin Use
The text was updated successfully, but these errors were encountered: