summaryrefslogtreecommitdiff
path: root/src/include/merchant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/merchant.h')
-rw-r--r--src/include/merchant.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/merchant.h b/src/include/merchant.h
index 582c4cf1..eb430360 100644
--- a/src/include/merchant.h
+++ b/src/include/merchant.h
@@ -41,11 +41,18 @@
} while (0)
/**
- * Outcome of a /deposit request for a coin
+ * Outcome of a /deposit request for a coin. Typically forming an array enclosed
+ * into the unique PayContext
*/
struct MERCHANT_DepositConfirmation
{
/**
+ * Reference to the per-deposit-handler Context. Needed by the
+ * cleanup function to get it freed
+ */
+ struct DepositCallbackContext *dcc;
+
+ /**
* True if this coin's outcome has been read from
* its cb
*/