From 5844a20f15cf6d35503386a717e9d582189a7261 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Jul 2019 00:13:53 +0200 Subject: implement zombie check --- src/include/taler_error_codes.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include') 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 -- cgit v1.2.3