commit 4acae6513ed81664d904f035999041a846e02761 parent cd9c2100accf437fdbd6a7fecab87a4b4a669f97 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 25 May 2024 22:35:21 +0200 -fix type name Diffstat:
| M | core/api-common.rst | | | 1 | - |
| M | core/api-exchange.rst | | | 2 | +- |
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/core/api-common.rst b/core/api-common.rst @@ -878,7 +878,6 @@ uses 512-bit hash codes (64 bytes). }; - .. _TALER_EcdhEphemeralPublicKeyP: .. sourcecode:: c diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -776,7 +776,7 @@ Management operations authorized by master key .. ts:def:: FutureSignKey - interface SignKey { + interface FutureSignKey { // The actual exchange's EdDSA signing public key. key: EddsaPublicKey;