summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 23:31:58 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 23:31:58 +0100
commit6785a7f92a02c0c55997c45ac8fbe4deede53a6b (patch)
tree966a259c5c22fec46ddc61f3ecc3bebf04d5d74d /core/api-common.rst
parentf8c56968b34e5761187d6267771e9582bc074a1f (diff)
downloaddocs-6785a7f92a02c0c55997c45ac8fbe4deede53a6b.tar.gz
docs-6785a7f92a02c0c55997c45ac8fbe4deede53a6b.tar.bz2
docs-6785a7f92a02c0c55997c45ac8fbe4deede53a6b.zip
payback -> recoup
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 3ea0ec41..2ea5459e 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -824,12 +824,12 @@ within the
};
-.. _TALER_PaybackRequestPS:
+.. _TALER_RecoupRequestPS:
.. sourcecode:: c
- struct TALER_PaybackRequestPS {
+ struct TALER_RecoupRequestPS {
/**
- * purpose.purpose = TALER_SIGNATURE_WALLET_COIN_PAYBACK
+ * purpose.purpose = TALER_SIGNATURE_WALLET_COIN_RECOUP
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct TALER_CoinSpendPublicKeyP coin_pub;
@@ -837,21 +837,21 @@ within the
struct TALER_DenominationBlindingKeyP coin_blind;
};
-.. _TALER_PaybackRefreshConfirmationPS:
+.. _TALER_RecoupRefreshConfirmationPS:
.. sourcecode:: c
// FIXME: put definition here
-.. _TALER_PaybackConfirmationPS:
+.. _TALER_RecoupConfirmationPS:
.. sourcecode:: c
- struct TALER_PaybackConfirmationPS {
+ struct TALER_RecoupConfirmationPS {
/**
- * purpose.purpose = TALER_SIGNATURE_EXCHANGE_CONFIRM_PAYBACK
+ * purpose.purpose = TALER_SIGNATURE_EXCHANGE_CONFIRM_RECOUP
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct GNUNET_TIME_AbsoluteNBO timestamp;
- struct TALER_AmountNBO payback_amount;
+ struct TALER_AmountNBO recoup_amount;
struct TALER_CoinSpendPublicKeyP coin_pub;
struct TALER_ReservePublicKeyP reserve_pub;
};