summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-11 12:50:23 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-11 12:50:28 +0100
commite015d475647f9248baa5cfedb9ab495a74c59da6 (patch)
tree70b87061d652669033bb7c192c2003242ee86525 /core/api-common.rst
parent2590d055bac74d4788145e7b8c402f123a033217 (diff)
downloaddocs-e015d475647f9248baa5cfedb9ab495a74c59da6.tar.gz
docs-e015d475647f9248baa5cfedb9ab495a74c59da6.tar.bz2
docs-e015d475647f9248baa5cfedb9ab495a74c59da6.zip
-minor API correction
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 8642ece8..8fde3502 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1088,11 +1088,11 @@ within the
struct TALER_RecoupRequestPS {
/**
* purpose.purpose = TALER_SIGNATURE_WALLET_COIN_RECOUP
+ * or TALER_SIGNATURE_WALLET_COIN_RECOUP_REFRESH
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct TALER_DenominationHash h_denom_pub;
struct TALER_DenominationBlindingKeyP coin_blind;
- struct TALER_AmountNBO recoup_amount;
};
.. _TALER_RecoupRefreshConfirmationPS: