gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: use decision time


From: gnunet
Subject: [taler-exchange] branch master updated: use decision time
Date: Fri, 21 Jul 2023 22:48:29 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a56a903d use decision time
a56a903d is described below

commit a56a903da3ec46b4c1d1109cc40c2dc149be956b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 21 22:48:26 2023 +0200

    use decision time
---
 src/util/aml_signatures.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/util/aml_signatures.c b/src/util/aml_signatures.c
index 6d90b25c..a61646c0 100644
--- a/src/util/aml_signatures.c
+++ b/src/util/aml_signatures.c
@@ -85,6 +85,7 @@ TALER_officer_aml_decision_sign (
   struct TALER_AmlDecisionPS ad = {
     .purpose.purpose = htonl (TALER_SIGNATURE_AML_DECISION),
     .purpose.size = htonl (sizeof (ad)),
+    .decision_time = GNUNET_TIME_timestamp_hton (decision_time),
     .h_payto = *h_payto,
     .new_state = htonl ((uint32_t) new_state)
   };
@@ -117,6 +118,7 @@ TALER_officer_aml_decision_verify (
   struct TALER_AmlDecisionPS ad = {
     .purpose.purpose = htonl (TALER_SIGNATURE_AML_DECISION),
     .purpose.size = htonl (sizeof (ad)),
+    .decision_time = GNUNET_TIME_timestamp_hton (decision_time),
     .h_payto = *h_payto,
     .new_state = htonl ((uint32_t) new_state)
   };

-- 
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]