From 47e4dc13ed7bbfd6504f0ada9bc571564876d9a7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 26 Oct 2019 20:51:21 +0200 Subject: add api to allow clients to force auditor notification of dc --- src/include/taler_exchange_service.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 991e36f12..0aeffd324 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -770,6 +770,16 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange, void *cb_cls); +/** + * Change the chance that our deposit confirmation will be given to the + * auditor to 100%. + * + * @param deposit the deposit permission request handle + */ +void +TALER_EXCHANGE_deposit_force_dc (struct TALER_EXCHANGE_DepositHandle *deposit); + + /** * Cancel a deposit permission request. This function cannot be used * on a request handle if a response is already served for it. -- cgit v1.2.3