gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix typo


From: gnunet
Subject: [taler-exchange] branch master updated: fix typo
Date: Sun, 19 Feb 2023 21:05:39 +0100

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 e2fe36a0 fix typo
e2fe36a0 is described below

commit e2fe36a0be198bc2e674368b1d32fc8891494a3b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 19 21:05:36 2023 +0100

    fix typo
---
 src/exchangedb/exchange_do_purse_deposit.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/exchange_do_purse_deposit.sql 
b/src/exchangedb/exchange_do_purse_deposit.sql
index 62fcb3b1..7ea426b7 100644
--- a/src/exchangedb/exchange_do_purse_deposit.sql
+++ b/src/exchangedb/exchange_do_purse_deposit.sql
@@ -71,7 +71,7 @@ THEN
   FROM exchange.purse_deposits
   WHERE coin_pub = in_coin_pub
     AND purse_pub = in_purse_pub
-    AND coin_sig = in_cion_sig;
+    AND coin_sig = in_coin_sig;
   IF NOT FOUND
   THEN
     -- Deposit exists, but with differences. Not allowed.

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