diff options
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index d3e70a9e..45bdca59 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -182,6 +182,13 @@ */ #define TALER_SIGNATURE_EXCHANGE_CONFIRM_PURSE_CREATION 1045 + +/** + * Signature by which the exchange affirms that a purse + * was merged into a reserve with a certain amount in it. + */ +#define TALER_SIGNATURE_EXCHANGE_CONFIRM_PURSE_MERGED 1046 + /**********************/ /* Auditor signatures */ /**********************/ |