gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: initialize deposit timestamp


From: gnunet
Subject: [taler-merchant] branch master updated: initialize deposit timestamp
Date: Sat, 29 Aug 2020 12:47:48 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6001eae  initialize deposit timestamp
6001eae is described below

commit 6001eae48ba3f3ebe6733c6d8f3232f5c08a8657
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 29 12:47:46 2020 +0200

    initialize deposit timestamp
---
 src/backenddb/plugin_merchantdb_postgres.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 98a608b..ce87ecd 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -2457,6 +2457,8 @@ lookup_transfer_details_by_order_cb (void *cls,
     struct GNUNET_PQ_ResultSpec rs[] = {
       GNUNET_PQ_result_spec_uint64 ("deposit_serial",
                                     &deposit_serial),
+      GNUNET_PQ_result_spec_absolute_time ("deposit_timestamp",
+                                           &execution_time),
       GNUNET_PQ_result_spec_string ("exchange_url",
                                     &exchange_url),
       GNUNET_PQ_result_spec_auto_from_type ("wtid",
@@ -7428,6 +7430,7 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
                             ",exchange_deposit_value_frac"
                             ",exchange_deposit_fee_val"
                             ",exchange_deposit_fee_frac"
+                            ",deposit_timestamp"
                             ",mt.confirmed AS transfer_confirmed"
                             " FROM merchant_transfer_to_coin"
                             " JOIN merchant_deposits AS md USING 
(deposit_serial)"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]