This commit is contained in:
Christian Grothoff 2023-04-08 08:29:30 +02:00
parent 3137d8dc13
commit cbabddf013
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -123,7 +123,7 @@ THEN
-- Deposit exists, but with differences. Not allowed. -- Deposit exists, but with differences. Not allowed.
out_balance_ok=FALSE; out_balance_ok=FALSE;
out_conflict=TRUE; out_conflict=TRUE;
-- FIXME: out_exchange_timestamp not set on this path? out_exchange_timestamp=0;
RETURN; RETURN;
END IF; END IF;