diff options
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, |