summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-26 20:51:21 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-26 20:51:21 +0200
commit47e4dc13ed7bbfd6504f0ada9bc571564876d9a7 (patch)
tree1ae3106c313503825408fbb31038bdc2ae4fb5c7 /src/include
parentc1ce2a03ed24769af970985b07c30fc2c434526c (diff)
downloadexchange-47e4dc13ed7bbfd6504f0ada9bc571564876d9a7.tar.gz
exchange-47e4dc13ed7bbfd6504f0ada9bc571564876d9a7.tar.bz2
exchange-47e4dc13ed7bbfd6504f0ada9bc571564876d9a7.zip
add api to allow clients to force auditor notification of dc
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h10
1 files changed, 10 insertions, 0 deletions
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
@@ -771,6 +771,16 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange,
/**
+ * 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.
*