Closed bibajz closed 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.
host
port
BitcoinRPC.__init__
url
What do you think @schlunsen ?
@bibajz Looks good to me! Thanks again!
Done!
Thank you very much for the effort and interest! Libor
Great! Will you release to pypi as well?
Hi! It is on pypi since yesterday. ;)
This PR picks up the work outlined in #10 .
Get rid of
host
,port
parameters inBitcoinRPC.__init__
method and useurl
instead.What do you think @schlunsen ?