commit be76a15bf193c0ffe4fb19498e7deb632485ae95
parent de7370bb3b1bc2937a23136c429935b68757c533
Author: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
Date: Fri, 1 Dec 2023 12:50:43 +0100
signatures: remove non-existent fields in TALER_ContractPS
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/core/api-common.rst b/core/api-common.rst
@@ -1285,10 +1285,7 @@ within the
* purpose.purpose = TALER_SIGNATURE_MERCHANT_CONTRACT
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
- struct TALER_AmountNBO total_amount;
- struct TALER_AmountNBO max_fee;
struct TALER_PrivateContractHash h_contract_terms;
- struct TALER_MerchantPublicKeyP merchant_pub;
};
.. _TALER_ConfirmWirePS: