jgarzik / python-bitcoinrpc

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

Bug: returns no result on error=None #59

Closed arnuschky closed 8 years ago

arnuschky commented 8 years ago

Returns neither a result nor raises an exception if error=None in response.

pstratem commented 8 years ago

utACK @jgarzik

jojva commented 8 years ago

ACK

RCasatta commented 8 years ago

ACK

jgarzik commented 8 years ago

Tested, thanks!