From 96939062d1cd65bc87ceb900c730c6b5acf3db05 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Apr 2018 23:31:47 +0200 Subject: updates to reflect changes to exchange/merchant to support multiple instances and payto:// format for encoding wire account information --- api-common.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api-common.rst') 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; }; -- cgit v1.2.3