bibajz / bitcoin-python-async-rpc

Minimal Bitcoin JSON-RPC Python asynchronous client
MIT License
33 stars 13 forks source link

BitcoinRPC initializer rework #11

Closed bibajz closed 2 years ago

bibajz commented 2 years ago

This PR picks up the work outlined in #10 .

Get rid of host, port parameters in BitcoinRPC.__init__ method and use url instead.

What do you think @schlunsen ?

schlunsen commented 2 years ago

@bibajz Looks good to me! Thanks again!

bibajz commented 2 years ago

Done!

Thank you very much for the effort and interest! Libor

schlunsen commented 2 years ago

Great! Will you release to pypi as well?

bibajz commented 2 years ago

Hi! It is on pypi since yesterday. ;)