[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -fix typo in SQL
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -fix typo in SQL |
Date: |
Sun, 06 Oct 2024 14:41:59 +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 7107b8b94 -fix typo in SQL
7107b8b94 is described below
commit 7107b8b9471aa3e81e52174e8e86a56097d48da7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Oct 6 14:41:56 2024 +0200
-fix typo in SQL
---
src/exchangedb/exchange_do_insert_active_legitimization_measure.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/exchangedb/exchange_do_insert_active_legitimization_measure.sql
b/src/exchangedb/exchange_do_insert_active_legitimization_measure.sql
index 649ed4685..ce554dee7 100644
--- a/src/exchangedb/exchange_do_insert_active_legitimization_measure.sql
+++ b/src/exchangedb/exchange_do_insert_active_legitimization_measure.sql
@@ -36,7 +36,7 @@ INSERT INTO legitimization_measures
,display_priority)
VALUES
(in_access_token
- ,in_decision_time
+ ,in_start_time
,in_jmeasures
,1)
RETURNING
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -fix typo in SQL,
gnunet <=