diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-10-15 21:26:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-10-15 21:26:03 +0200 |
commit | a8dac27be8483589bf9c9e5e3f48bf969c87541d (patch) | |
tree | 9995d1b106e95ebb492ef65ee77611949986141b /src/include | |
parent | 6180fa6d910dd03d9d5339fa1e02bf9397ec99e7 (diff) |
return open/close requests in reserve history
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 7a0d5c55e..107d88cca 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1296,7 +1296,8 @@ struct TALER_EXCHANGEDB_OpenRequest struct GNUNET_TIME_Timestamp reserve_expiration; /** - * Signature by the reserve approving the open request. + * Signature by the reserve approving the open request, + * with purpose #TALER_SIGNATURE_WALLET_RESERVE_OPEN. */ struct TALER_ReserveSignatureP reserve_sig; |