summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-16 12:01:20 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-16 12:01:20 +0200
commitedf4e5cdf7597478b13067a8be878439be456e90 (patch)
treed96a4ff329cbf03aa5bf2c616a7db910367594c6 /src/exchange
parent60c7d0f31266d213fe795610a30ca79d9a1156dc (diff)
downloadexchange-edf4e5cdf7597478b13067a8be878439be456e90.tar.gz
exchange-edf4e5cdf7597478b13067a8be878439be456e90.tar.bz2
exchange-edf4e5cdf7597478b13067a8be878439be456e90.zip
not all are 2d
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_refresh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_refresh.c b/src/exchange/taler-exchange-httpd_refresh.c
index b147b57a9..0499c44f2 100644
--- a/src/exchange/taler-exchange-httpd_refresh.c
+++ b/src/exchange/taler-exchange-httpd_refresh.c
@@ -405,7 +405,7 @@ handle_refresh_melt_json (struct MHD_Connection *connection,
sizeof (struct TALER_AmountNBO));
}
- /* parse JSON arrays into 2d binary arrays and hash everything
+ /* parse JSON arrays into binary arrays and hash everything
together for the signature check */
memset (commit_coin, 0, sizeof (commit_coin));
memset (commit_link, 0, sizeof (commit_link));