summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index e5afa872..41e3b8fa 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1135,7 +1135,7 @@ within the
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct GNUNET_TIME_AbsoluteNBO purse_expiration;
- struct TALER_AmountNBO total_purse_amount;
+ struct TALER_AmountNBO merge_value_after_fees;
struct GNUNET_HashCode h_contract_terms;
};
@@ -1181,7 +1181,7 @@ within the
struct TALER_ReservePublicKey reserve_pub;
struct GNUNET_TIME_AbsoluteNBO merge_timestamp;
struct GNUNET_TIME_AbsoluteNBO purse_expiration;
- struct TALER_AmountNBO purse_value_after_fees;
+ struct TALER_AmountNBO merge_value_after_fees;
struct GNUNET_HashCode h_contract_terms;
struct GNUNET_HashCode h_wire;
};
@@ -1198,7 +1198,7 @@ within the
struct TALER_PursePublicKey purse_pub;
struct GNUNET_TIME_AbsoluteNBO merge_timestamp;
struct GNUNET_TIME_AbsoluteNBO purse_expiration;
- struct TALER_AmountNBO purse_value_after_fees;
+ struct TALER_AmountNBO merge_value_after_fees;
struct GNUNET_HashCode h_contract_terms;
struct GNUNET_HashCode h_wire;
};
@@ -1214,7 +1214,7 @@ within the
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct TALER_ReservePublicKey reserve_pub;
struct TALER_PursePublicKey purse_pub;
- struct TALER_AmountNBO merge_amount;
+ struct TALER_AmountNBO merge_amount_after_fees;
struct GNUNET_TIME_AbsoluteNBO contract_time;
struct GNUNET_HashCode h_contract_terms;
struct GNUNET_HashCode h_wire;