summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-02 23:31:47 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-02 23:31:47 +0200
commit96939062d1cd65bc87ceb900c730c6b5acf3db05 (patch)
treee3e3ae5cb0a8987eedd266f604856d33be2cc6c5 /api-common.rst
parent1a146a2e7a46797bbc37f5ca51b885c0d97f4b7c (diff)
downloaddocs-96939062d1cd65bc87ceb900c730c6b5acf3db05.tar.gz
docs-96939062d1cd65bc87ceb900c730c6b5acf3db05.tar.bz2
docs-96939062d1cd65bc87ceb900c730c6b5acf3db05.zip
updates to reflect changes to exchange/merchant to support multiple instances and payto:// format for encoding wire account information
Diffstat (limited to 'api-common.rst')
-rw-r--r--api-common.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/api-common.rst b/api-common.rst
index ff0e0890..3b0bc4b2 100644
--- a/api-common.rst
+++ b/api-common.rst
@@ -454,7 +454,7 @@ Any piece of signed data, complies to the abstract data structure given below.
/**
The following constrains apply for a valid amount:
-
+
* asd
* This field is used to express the context in
* which the signature is made, ensuring that a
@@ -601,10 +601,10 @@ within the
struct TALER_MasterWireDetailsPS {
/**
- * purpose.purpose = TALER_SIGNATURE_MASTER_SEPA_DETAILS || TALER_SIGNATURE_MASTER_TEST_DETAILS
+ * purpose.purpose = TALER_SIGNATURE_MASTER_WIRE_DETAILS
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
- struct GNUNET_HashCode h_sepa_details;
+ struct GNUNET_HashCode h_wire_details;
};