-add missing def

This commit is contained in:
Christian Grothoff 2021-10-17 10:42:02 +02:00
parent d1992e5983
commit 0739405f67
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 */