karask / python-bitcoin-utils

Library to interact with the Bitcoin network. Ideal for low-level learning and experimenting.
MIT License
262 stars 99 forks source link

Added to bitcoin-rpc lib option to ignore invalid ssl cert #89

Closed iamhardikat11 closed 1 month ago

iamhardikat11 commented 2 months ago
iamhardikat11 commented 2 months ago

Hi @karask Can you check this PR? Or provide any feedback on any changes that need to be made.

karask commented 2 months ago

Hi @iamhardikat11

Please remove ConfigParser and config.ini and just pass the an ignore_ssl_cert flag as an optional parameter, like host and port. Default value True.

I know TODO mentioned a config.ini but now that I am thinking it again I believe it just unnecessarily complicates things.