commit e2fe36a0be198bc2e674368b1d32fc8891494a3b
parent 95e30879841a2925c23b51ff56c0a292a7370674
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 19 Feb 2023 21:05:36 +0100
fix typo
Diffstat:
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
@@ -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.