exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9b6717ae3a95c6006d0f9692a8ae0f8d7f6ec60e
parent 006177a01f063d2425317e9d9e429759bc84b1c9
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 19 Oct 2016 23:07:07 +0200

addressing #4521

Diffstat:
Msrc/include/taler_signatures.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h @@ -296,6 +296,11 @@ struct TALER_DepositRequestPS struct GNUNET_TIME_AbsoluteNBO refund_deadline; /** + * Deadline for the customer to pay for h_contract + */ + struct GNUNET_TIME_AbsoluteNBO pay_deadline; + + /** * Merchant-generated transaction ID to detect duplicate * transactions. The merchant must communicate a merchant-unique ID * to the customer for each transaction. Note that different coins