jgarzik / python-bitcoinrpc

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

Added support for electrum rpc #93

Open Setti7 opened 5 years ago

Setti7 commented 5 years ago

Electrum's response content-type is different, this just edits the line where an error was raised everytime a request was made so it can work normally.