aboutsummaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-18 18:37:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-18 18:37:14 +0200
commita846c5a30c7291e0bb514e5f639e96e079b30ff4 (patch)
tree29da73fc73d5463246cbe69c8401dbf69aef9522 /core/api-common.rst
parent5ec68febc9ac8f9ed753bf11186553321705fc85 (diff)
downloaddocs-a846c5a30c7291e0bb514e5f639e96e079b30ff4.tar.gz
docs-a846c5a30c7291e0bb514e5f639e96e079b30ff4.tar.bz2
docs-a846c5a30c7291e0bb514e5f639e96e079b30ff4.zip
revise purse amount handling
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;