1
0

show request status

This commit is contained in:
ThomasV
2015-06-02 11:36:06 +02:00
parent e4946cf26e
commit 088d8e8415
5 changed files with 39 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ ca_list, ca_keyID = x509.load_certificates(ca_path)
# status of payment requests
PR_UNPAID = 0
PR_EXPIRED = 1
PR_SENT = 2 # sent but not propagated
PR_UNKNOWN = 2 # sent but not propagated
PR_PAID = 3 # send and propagated
PR_ERROR = 4 # could not parse