jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

JSONRPCException: When possible, pass JSON-RPC message to Exception parent class #48

Closed luke-jr closed 9 years ago

luke-jr commented 9 years ago

This causes exceptions to print with the actual error so they can be debugged easier.