From 0df2028f96f5977739d4659bf253e0c6d9468326 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Aug 2018 16:01:57 +0200 Subject: make transactions smaller to try to reduce rollbacks --- src/include/taler_error_codes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_error_codes.h') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 754681b41..35dceb7c4 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h @@ -175,6 +175,11 @@ enum TALER_ErrorCode */ TALER_EC_PAYTO_MALFORMED = 1013, + /** + * We failed to update the database of known coins. + */ + TALER_EC_DB_COIN_HISTORY_STORE_ERROR = 1014, + /* ********** request-specific error codes ************* */ /** -- cgit v1.2.3