diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refund.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_refund.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_refund.c b/src/exchange/taler-exchange-httpd_refund.c index 5b0d4ca5..6a96ff98 100644 --- a/src/exchange/taler-exchange-httpd_refund.c +++ b/src/exchange/taler-exchange-httpd_refund.c @@ -372,8 +372,8 @@ refund_transaction (void *cls,      TEH_plugin->free_coin_transaction_list (TEH_plugin->cls,                                              tl);      *mhd_ret = TALER_MHD_reply_with_error (connection, -                                           ec,                                             hc, +                                           ec,                                             "denomination not found, but coin known");      return GNUNET_DB_STATUS_HARD_ERROR;    }  | 
