diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-07-24 09:24:50 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-07-24 09:24:50 +0200 |
commit | ec2c55569862a0efab868ee1a640c63a2fd92299 (patch) | |
tree | c5e4799f686e0167011f49693b36f130004b0812 /src/include | |
parent | 60c96242e10b3e2bab8c4a75565767795f79cbd3 (diff) |
-note on LP
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 25ce2a44..2e6ea1fa 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -3625,6 +3625,8 @@ typedef void * Issue a GET /private/tips/$TIP_ID (private variant) request to the backend. * Returns information needed to pick up a tip. * + * FIXME: lp_timeout/min_pick_up not implemented in backend! + * * @param ctx execution context * @param backend_url base URL of the merchant backend * @param tip_id which tip should we query |