URI: 
       tminor fix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit aa7b9af501d169d43f4690e6076a5925a1b4b015
   DIR parent da55d9ed6ef02977da83f3f9147319af39750a93
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 12 Jul 2015 08:13:09 +0200
       
       minor fix
       
       Diffstat:
         M lib/paymentrequest.py               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/paymentrequest.py b/lib/paymentrequest.py
       t@@ -352,6 +352,7 @@ def make_request(config, req, alias=None, alias_privkey=None):
            pr = make_unsigned_request(req)
            key_path = config.get('ssl_privkey')
            cert_path = config.get('ssl_chain')
       +    requestor = None
        
            if key_path and cert_path:
                sign_request_with_x509(pr, key_path, cert_path)