summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-02 21:01:08 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-02 21:01:08 +0200
commit674de353bbcaad5c8467b8024ab368e7a7e0b0ce (patch)
tree4305d51d72f4e6c38c5fa9f261a1fc9a7b460d12 /api-common.rst
parent03701d91990cb37af5b0d21f5b149030857a5853 (diff)
downloaddocs-674de353bbcaad5c8467b8024ab368e7a7e0b0ce.tar.gz
docs-674de353bbcaad5c8467b8024ab368e7a7e0b0ce.tar.bz2
docs-674de353bbcaad5c8467b8024ab368e7a7e0b0ce.zip
update spec to match implementation more closely
Diffstat (limited to 'api-common.rst')
-rw-r--r--api-common.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/api-common.rst b/api-common.rst
index c4e88d1a..f1170a9e 100644
--- a/api-common.rst
+++ b/api-common.rst
@@ -467,8 +467,9 @@ size of `FIELDS`.
}
};
- struct TALER_MasterWireSepaDetailsPS {
- signed (purpose = TALER_SIGNATURE_MASTER_SEPA_DETAILS) {
+ struct TALER_MasterWireDetailsPS {
+ signed (purpose = (TALER_SIGNATURE_MASTER_SEPA_DETAILS ||
+ TALER_SIGNATURE_MASTER_TEST_DETAILS ) ) {
struct GNUNET_HashCode h_sepa_details;
}
};