diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-07 14:41:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-07 14:41:55 +0100 |
commit | c457a1cdb6bc7f359559ed0b73269a84f4b45b4f (patch) | |
tree | 5b38897d9ca6720907682832fd112b54f1a8ed0a /src/backenddb/pg_insert_deposit_confirmation.h | |
parent | 6e8e437885422a42537761f8b7ca58844af71094 (diff) |
properly deploy procedures.sql, add trigger for taler-merchant-depositcheck, rename field to match contract terms
Diffstat (limited to 'src/backenddb/pg_insert_deposit_confirmation.h')
-rw-r--r-- | src/backenddb/pg_insert_deposit_confirmation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backenddb/pg_insert_deposit_confirmation.h b/src/backenddb/pg_insert_deposit_confirmation.h index 3d9802e2..243d5a4d 100644 --- a/src/backenddb/pg_insert_deposit_confirmation.h +++ b/src/backenddb/pg_insert_deposit_confirmation.h @@ -33,6 +33,7 @@ * @param deposit_timestamp time when the exchange generated the deposit confirmation * @param h_contract_terms proposal data's hashcode * @param exchange_url URL of the exchange that issued @a coin_pub + * @param wire_transfer_deadline when do we expect the wire transfer from the exchange * @param total_without_fees deposited total in the batch without fees * @param wire_fee wire fee the exchange charges * @param h_wire hash of the wire details of the target account of the merchant @@ -48,6 +49,7 @@ TMH_PG_insert_deposit_confirmation ( struct GNUNET_TIME_Timestamp deposit_timestamp, const struct TALER_PrivateContractHashP *h_contract_terms, const char *exchange_url, + struct GNUNET_TIME_Timestamp wire_transfer_deadline, const struct TALER_Amount *total_without_fees, const struct TALER_Amount *wire_fee, const struct TALER_MerchantWireHashP *h_wire, |