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
jackzampolin
changed the title
The /txs/{hash} API should return a 404 if no transaction is fund for the given hash
The /txs/{hash} API should return a 404 if no transaction is fond for the given hash
Feb 13, 2019
Thanks for the report @luciotudisco! I've got a PR up to fix this.
luciotudisco
changed the title
The /txs/{hash} API should return a 404 if no transaction is fond for the given hash
The /txs/{hash} API should return a 404 if no transaction is found for the given hash
Feb 14, 2019
Summary of Bug
The
/txs/{hash}
API should return a 404 if no transaction is found for the givenhash
. At the moment the API returns a 500 error.Note, you already do something similar for
/blocks/{height}
, for instance.Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: