summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
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 4bcb4e16..98320de5 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;
}
};