diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-24 00:13:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-24 00:13:53 +0200 |
commit | 5844a20f15cf6d35503386a717e9d582189a7261 (patch) | |
tree | 0175ab0041b8e5f01a4f5cdcb561314ac8c3e804 /src/include | |
parent | e75d552227a4c06faad0a0eae7539458ff58f9af (diff) |
implement zombie check
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_error_codes.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 5767a73b2..cd99a40fc 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -523,6 +523,12 @@ enum TALER_ErrorCode */ TALER_EC_REFRESH_MELT_HISTORY_DB_ERROR_INSUFFICIENT_FUNDS = 1308, + /** + * The denomination of the given coin has past its expiration date and it is + * also not a valid zombie (that is, was not refreshed with the fresh coin + * being subjected to payback). + */ + TALER_EC_REFRESH_MELT_COIN_EXPIRED_NO_ZOMBIE = 1309, /** * The provided transfer keys do not match up with the @@ -624,7 +630,7 @@ enum TALER_ErrorCode */ TALER_EC_REFRESH_REVEAL_LINK_SIGNATURE_INVALID = 1362, - + /** * The coin specified in the link request is unknown to the exchange. * This response is provided with HTTP status code |