This commit is contained in:
Christian Grothoff 2023-02-19 21:05:36 +01:00
parent 95e3087984
commit e2fe36a0be
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -71,7 +71,7 @@ THEN
FROM exchange.purse_deposits FROM exchange.purse_deposits
WHERE coin_pub = in_coin_pub WHERE coin_pub = in_coin_pub
AND purse_pub = in_purse_pub AND purse_pub = in_purse_pub
AND coin_sig = in_cion_sig; AND coin_sig = in_coin_sig;
IF NOT FOUND IF NOT FOUND
THEN THEN
-- Deposit exists, but with differences. Not allowed. -- Deposit exists, but with differences. Not allowed.