aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_batch_withdraw2.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-16 13:27:28 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-16 13:27:28 +0100
commit6bfc96f4cefceb5735e3bbccbe8f2e0fa6f51b6d (patch)
tree0f3089d5947bfc04c843f7fd241b593671bf097b /src/lib/exchange_api_batch_withdraw2.c
parent4cf9e0000cf1eb7a7fa36c3a09b26c0c828fdc94 (diff)
downloadexchange-6bfc96f4cefceb5735e3bbccbe8f2e0fa6f51b6d.tar.xz
fix #8095
Diffstat (limited to 'src/lib/exchange_api_batch_withdraw2.c')
-rw-r--r--src/lib/exchange_api_batch_withdraw2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_batch_withdraw2.c b/src/lib/exchange_api_batch_withdraw2.c
index a512fed14..ff1496466 100644
--- a/src/lib/exchange_api_batch_withdraw2.c
+++ b/src/lib/exchange_api_batch_withdraw2.c
@@ -89,8 +89,8 @@ struct TALER_EXCHANGE_BatchWithdraw2Handle
/**
* We got a 200 OK response for the /reserves/$RESERVE_PUB/batch-withdraw operation.
* Extract the coin's signature and return it to the caller. The signature we
- * get from the exchange is for the blinded value. Thus, we first must
- * unblind it and then should verify its validity against our coin's hash.
+ * get from the exchange is for the blinded value. As we do not have the
+ * blinding factor, the signature CANNOT be verified.
*
* If everything checks out, we return the unblinded signature
* to the application via the callback.