summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikolai Gütschow <mikolai.guetschow@tu-dresden.de>2023-12-18 14:48:36 +0100
committerMikolai Gütschow <mikolai.guetschow@tu-dresden.de>2023-12-18 14:48:36 +0100
commitefc00de4a3765a327f29ef05b7fa99aa00e6d17f (patch)
tree235d5aec50ce2a7fcbd1209652f717ca938c96a7
parent7f0557e09f797ee761c19f9c2b2ba2d87245edea (diff)
downloaddocs-efc00de4a3765a327f29ef05b7fa99aa00e6d17f.tar.gz
docs-efc00de4a3765a327f29ef05b7fa99aa00e6d17f.tar.bz2
docs-efc00de4a3765a327f29ef05b7fa99aa00e6d17f.zip
signatures: remove non-existent fields in TALER_DepositRequestPS
-rw-r--r--core/api-common.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index cfa462ec..a6bb9abe 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1027,7 +1027,6 @@ within the
.. _TALER_DepositRequestPS:
.. sourcecode:: c
- :caption: struct declaration
struct TALER_DepositRequestPS {
/**
@@ -1044,14 +1043,12 @@ within the
struct TALER_AmountNBO amount_with_fee;
struct TALER_AmountNBO deposit_fee;
struct TALER_MerchantPublicKeyP merchant;
- struct TALER_OutputCommitmentHash h_outputs;
struct GNUNET_HashCode wallet_data_hash;
};
.. _TALER_DepositConfirmationPS:
.. sourcecode:: c
- :caption: struct declaration
struct TALER_DepositConfirmationPS {
/**