jgarzik / python-bitcoinrpc

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

transaction of the 1 batch calls doesn't get proper result #110

Open djkabutar opened 9 months ago

djkabutar commented 9 months ago

It gives you the dictionary as the answer, but checking it and directly throwing an error is not correct way, instead of that we should directly pass that as an list to for loop so, it will do the the things in one go.