diff options
| author | Christian Grothoff <grothoff@gnunet.org> | 2022-04-02 17:25:04 +0200 |
|---|---|---|
| committer | Christian Grothoff <grothoff@gnunet.org> | 2022-04-02 17:25:18 +0200 |
| commit | 6f027fc13099f870e359aaf295f5e4051801c321 (patch) | |
| tree | 62dae9c5d11ed52f35bc5b7581e93f283dcd24c4 /src/include/taler_signatures.h | |
| parent | caabee9e9482b0e2553172ce17676a0ad89b38ff (diff) | |
add additinal signature
Diffstat (limited to 'src/include/taler_signatures.h')
| -rw-r--r-- | src/include/taler_signatures.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 70c917b6..d3e70a9e 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -316,6 +316,10 @@ */ #define TALER_SIGNATURE_WALLET_RESERVE_CLOSE 1215 +/** + * Associates encrypted contract with a purse. + */ +#define TALER_SIGNATURE_WALLET_PURSE_ECONTRACT 1216 /******************************/ /* Security module signatures */ |
