summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-17 10:42:02 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-17 10:42:02 +0200
commit0739405f679782ed925cb3041dda14d062798ff2 (patch)
treee47b83906df2744292a63755e17fe9a2d71cb615
parentd1992e59839e49c09ff260588b99cb16ce2942d9 (diff)
downloadexchange-0739405f679782ed925cb3041dda14d062798ff2.tar.gz
exchange-0739405f679782ed925cb3041dda14d062798ff2.tar.bz2
exchange-0739405f679782ed925cb3041dda14d062798ff2.zip
-add missing def
-rw-r--r--src/include/taler_signatures.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 93e48b7ce..55b30669f 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -253,6 +253,16 @@
*/
#define TALER_SIGNATURE_WALLET_COIN_LINK 1204
+/**
+ * Signature using a reserve key by which a wallet
+ * requests a payment target UUID for itself.
+ * Signs over just a purpose (no body), as the
+ * signature only serves to demonstrate that the request
+ * comes from the wallet controlling the private key,
+ * and not some third party.
+ */
+#define TALER_SIGNATURE_WALLET_ACCOUNT_SETUP 1205
+
/******************************/
/* Security module signatures */