Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

blockchain.transaction.broadcast returns errors in result #67

Open
jprupp opened this issue Jul 7, 2014 · 0 comments
Open

blockchain.transaction.broadcast returns errors in result #67

jprupp opened this issue Jul 7, 2014 · 0 comments

Comments

@jprupp
Copy link

jprupp commented Jul 7, 2014

Errors are expected to show up in the error field of the resulting JSON object, and not in result.

Example

{"id": 6, "result": "{u'message': u'TX rejected', u'code': -22}"}

Expected

{"id": 6, "error": {"message": "TX rejected", "code": -22}}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant