diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-08 14:56:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-08 14:56:32 +0100 |
commit | fe18c104d8a8d3667b3c872078549c7e78c71db0 (patch) | |
tree | 31bdd37cd3fe5a247e25a4b0c807dc364e7c7d4c /src/exchange/taler-exchange-httpd_responses.h | |
parent | 55f1217a3313876a8c5f5ea24be9bd81dc922910 (diff) |
-fix #7428
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_responses.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h index 3eebf027..ba6577b2 100644 --- a/src/exchange/taler-exchange-httpd_responses.h +++ b/src/exchange/taler-exchange-httpd_responses.h @@ -63,6 +63,7 @@ TEH_RESPONSE_reply_unknown_denom_pub_hash ( * an insufficient balance for the given operation. * * @param connection connection to the client + * @param ec specific error code to return with the reserve history * @param balance_required the balance required for the operation * @param reserve_pub the reserve with insufficient balance * @return MHD result code @@ -70,6 +71,7 @@ TEH_RESPONSE_reply_unknown_denom_pub_hash ( MHD_RESULT TEH_RESPONSE_reply_reserve_insufficient_balance ( struct MHD_Connection *connection, + enum TALER_ErrorCode ec, const struct TALER_Amount *balance_required, const struct TALER_ReservePublicKeyP *reserve_pub); |