python-bitcoinlib icon indicating copy to clipboard operation
python-bitcoinlib copied to clipboard

backport of rpc config handling from python-bitcointx

Open dgpv opened this issue 5 years ago • 0 comments
trafficstars

Backport of config handling code from python-bitcointx.

Handles sections, host:port specified in rpcconnect (bitcoin core allows this), special case for cookie dir for testnet (it is currently named testnet3)

original code used f-strings, but changed to just string concat for compatibility

should fix #218

dgpv avatar Dec 26 '19 15:12 dgpv