aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-15 21:26:03 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-15 21:26:03 +0200
commita8dac27be8483589bf9c9e5e3f48bf969c87541d (patch)
tree9995d1b106e95ebb492ef65ee77611949986141b /src/include/taler_exchangedb_plugin.h
parent6180fa6d910dd03d9d5339fa1e02bf9397ec99e7 (diff)
downloadexchange-a8dac27be8483589bf9c9e5e3f48bf969c87541d.tar.xz
return open/close requests in reserve history
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h3
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;