commit a0038df8efbaf16111e289dded56adfd5ced4801
parent e24eea3476ced37c4f31ca4b4497bd031c6505f6
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Thu, 6 Feb 2025 13:17:55 +0100
[common] -typo fixed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-common.rst b/core/api-common.rst
@@ -1464,7 +1464,7 @@ within the
/**
* hash over of the required n*kappa transfer public keys, depths first.
*/
- struct GNUNET_hashCode h_transfer_pubs;
+ struct GNUNET_HashCode h_transfer_pubs;
};