aboutsummaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2016-04-29 14:51:43 +0200
committerJeff Burdges <burdges@gnunet.org>2016-04-29 14:51:43 +0200
commit872d9056b53f0f3258d6bd4055466b494db9aba3 (patch)
tree78dcfc2d6bd4f9678b36693269089723433f1369 /src/exchange
parenta9f5958d16a6467c763f7b4d1b4872a8006572cb (diff)
parent2c3dc44a20c2b736182a07c8b50cae340b5a8dbd (diff)
downloadexchange-872d9056b53f0f3258d6bd4055466b494db9aba3.tar.gz
exchange-872d9056b53f0f3258d6bd4055466b494db9aba3.tar.bz2
exchange-872d9056b53f0f3258d6bd4055466b494db9aba3.zip
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index 1e392c584..4b6b458ce 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -246,7 +246,7 @@ TMH_DB_execute_deposit (struct MHD_Connection *connection,
}
COMMIT_TRANSACTION(session, connection);
- GNUNET_assert (GNUNET_OK ==
+ GNUNET_assert (GNUNET_SYSERR !=
TALER_amount_subtract (&amount_without_fee,
&deposit->amount_with_fee,
&deposit->deposit_fee));