electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit b1b1a85e806771b5eb9b336588368aab09bae5a4
parent cc48663d0e5840f9af214deec5f6e100d974ffc2
Author: ThomasV <thomasv@gitorious>
Date:   Thu, 19 Mar 2015 13:42:45 +0100

require ca bundle

Diffstat:
Melectrum | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum b/electrum @@ -211,7 +211,7 @@ if __name__ == '__main__': set_verbosity(config_options.get('verbose')) config = SimpleConfig(config_options) - print_error("CA bundle:", requests.utils.DEFAULT_CA_BUNDLE_PATH, "found" if os.path.exists(requests.utils.DEFAULT_CA_BUNDLE_PATH) else "not found") + assert os.path.exists(requests.utils.DEFAULT_CA_BUNDLE_PATH) if len(args) == 0: url = None