summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-17 12:57:08 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-17 12:57:08 +0200
commit555cbca862f3c56bfd7a2d6c785a05a511b0fd54 (patch)
treef37738a6ef4e2fc78cfd96e47c04ad2232c2e196 /src/include
parent9ae46f367e606f9b3866b361459e05a71be9f310 (diff)
downloadexchange-555cbca862f3c56bfd7a2d6c785a05a511b0fd54.tar.gz
exchange-555cbca862f3c56bfd7a2d6c785a05a511b0fd54.tar.bz2
exchange-555cbca862f3c56bfd7a2d6c785a05a511b0fd54.zip
add new GET /coins/-pub handler
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 31f41e178..730451d12 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -1171,7 +1171,8 @@ struct TALER_EXCHANGE_BatchDepositResult
*/
struct
{
- /* TODO: returning full details is not implemented */
+ /* FIXME: returning full details is not implemented */
+ // Should have 'coin_pub' here!
} conflict;
} details;
@@ -1407,7 +1408,7 @@ struct TALER_EXCHANGE_CsRMeltResponse
*/
struct
{
- /* TODO: returning full details is not implemented */
+ /* FIXME: returning full details is not implemented */
} gone;
} details;