summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-06 15:32:56 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-06 15:32:56 +0100
commitced8baa6d7097367e29d30127d55e90ad3e705c4 (patch)
tree1af23d36140b529ea7c242b0730d23044f2dd7d1 /src/include
parentf9647f4f000556909ec1f5b5c3e6872fe2453647 (diff)
downloadmerchant-ced8baa6d7097367e29d30127d55e90ad3e705c4.tar.gz
merchant-ced8baa6d7097367e29d30127d55e90ad3e705c4.tar.bz2
merchant-ced8baa6d7097367e29d30127d55e90ad3e705c4.zip
DB schema changes for pg_lookup_pending_deposits.c
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchantdb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 8635c350..8981a727 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -812,7 +812,7 @@ typedef void
(*TALER_MERCHANTDB_PendingDepositsCallback) (
void *cls,
uint64_t deposit_serial,
- struct GNUNET_TIME_Absolute wire_deadline, /* missing in DB! Funky migration needed! */
+ struct GNUNET_TIME_Absolute wire_deadline,
const struct TALER_PrivateContractHashP *h_contract_terms,
const struct TALER_MerchantPrivateKeyP *merchant_priv,
const char *instance_id,