commit d8e388a5f9dc73e509b68cfb01f5d0cd69cf7927
parent a57d3fb0771a60b9ee2055df467f9ca7ddf92530
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Fri, 10 Jan 2025 21:16:32 +0100
[core] adjust TALER_WithdrawRequestPS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-common.rst b/core/api-common.rst
@@ -1213,7 +1213,7 @@ within the
* If max_age was set in the withdraw request,
* there will be n*κ many such values.
* The iteration MUST be first over all coins belonging to
- * kappa=0, then all coins to kappa=1 etc.
+ * kappa index=0, then all coins to kappa index=1 etc.
* h[0][0]…h[0][n-1]h[1][0]…h[1][n-1] … h[κ-1][0]…h[κ-1][n-1]
*/
struct GNUNET_HashCode h_planchets;