diff options
Diffstat (limited to 'src/auditor/taler-helper-auditor-coins.c')
-rw-r--r-- | src/auditor/taler-helper-auditor-coins.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index 2e32c5698..158baa8b3 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c | |||
@@ -1535,7 +1535,8 @@ refresh_session_cb (void *cls, | |||
1535 | * | 1535 | * |
1536 | * @param cls closure | 1536 | * @param cls closure |
1537 | * @param rowid unique serial ID for the deposit in our DB | 1537 | * @param rowid unique serial ID for the deposit in our DB |
1538 | * @param timestamp when did the deposit happen | 1538 | * @param exchange_timestamp when did the exchange get the deposit |
1539 | * @param wallet_timestamp when did the contract signing happen | ||
1539 | * @param merchant_pub public key of the merchant | 1540 | * @param merchant_pub public key of the merchant |
1540 | * @param denom_pub denomination public key of @a coin_pub | 1541 | * @param denom_pub denomination public key of @a coin_pub |
1541 | * @param coin_pub public key of the coin | 1542 | * @param coin_pub public key of the coin |
@@ -1553,7 +1554,8 @@ refresh_session_cb (void *cls, | |||
1553 | static int | 1554 | static int |
1554 | deposit_cb (void *cls, | 1555 | deposit_cb (void *cls, |
1555 | uint64_t rowid, | 1556 | uint64_t rowid, |
1556 | struct GNUNET_TIME_Absolute timestamp, | 1557 | struct GNUNET_TIME_Absolute exchange_timestamp, |
1558 | struct GNUNET_TIME_Absolute wallet_timestamp, | ||
1557 | const struct TALER_MerchantPublicKeyP *merchant_pub, | 1559 | const struct TALER_MerchantPublicKeyP *merchant_pub, |
1558 | const struct TALER_DenominationPublicKey *denom_pub, | 1560 | const struct TALER_DenominationPublicKey *denom_pub, |
1559 | const struct TALER_CoinSpendPublicKeyP *coin_pub, | 1561 | const struct TALER_CoinSpendPublicKeyP *coin_pub, |
@@ -1611,7 +1613,7 @@ deposit_cb (void *cls, | |||
1611 | .purpose.purpose = htonl (TALER_SIGNATURE_WALLET_COIN_DEPOSIT), | 1613 | .purpose.purpose = htonl (TALER_SIGNATURE_WALLET_COIN_DEPOSIT), |
1612 | .purpose.size = htonl (sizeof (dr)), | 1614 | .purpose.size = htonl (sizeof (dr)), |
1613 | .h_contract_terms = *h_contract_terms, | 1615 | .h_contract_terms = *h_contract_terms, |
1614 | .timestamp = GNUNET_TIME_absolute_hton (timestamp), | 1616 | .wallet_timestamp = GNUNET_TIME_absolute_hton (wallet_timestamp), |
1615 | .refund_deadline = GNUNET_TIME_absolute_hton (refund_deadline), | 1617 | .refund_deadline = GNUNET_TIME_absolute_hton (refund_deadline), |
1616 | .deposit_fee = issue->fee_deposit, | 1618 | .deposit_fee = issue->fee_deposit, |
1617 | .merchant = *merchant_pub, | 1619 | .merchant = *merchant_pub, |