summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-12 20:46:33 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-12 20:46:33 +0200
commitb93fba2cc1fca4cb1d0bfd1954b324c99e8ec23a (patch)
tree1e81c7f7256e910d34901b87a9b530207bf28193 /src/lib
parent9e3371ae9b67a154f1c03f7003a10aa75f0e9470 (diff)
downloadexchange-b93fba2cc1fca4cb1d0bfd1954b324c99e8ec23a.tar.gz
exchange-b93fba2cc1fca4cb1d0bfd1954b324c99e8ec23a.tar.bz2
exchange-b93fba2cc1fca4cb1d0bfd1954b324c99e8ec23a.zip
API updates and new error codes for merchant implementation of #6173
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_withdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_withdraw.c b/src/lib/exchange_api_withdraw.c
index 6b20fb84f..88b0b1f63 100644
--- a/src/lib/exchange_api_withdraw.c
+++ b/src/lib/exchange_api_withdraw.c
@@ -175,7 +175,7 @@ TALER_EXCHANGE_withdraw (
&wh->c_hash,
&pd))
{
- GNUNET_break_op (0);
+ GNUNET_break (0);
GNUNET_free (wh);
return NULL;
}