1
0

fix: set_config

This commit is contained in:
ThomasV
2015-06-03 10:02:12 +02:00
parent d85a11173d
commit ca62df89d4
2 changed files with 4 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ class PaymentRequest:
self.payment_url = self.details.payment_url
def verify(self):
""" verify chain of certificates. The last certificate is the CA"""
if not ca_list:
self.error = "Trusted certificate authorities list not found"
return False