diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-22 16:58:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-22 16:58:48 +0200 |
commit | 8658ae03cab72142b2376d5318e039320b02913a (patch) | |
tree | 65414422ab5fd9da5748162007e674d058418049 /src/exchangedb/exchange-0001-part.sql | |
parent | 4a5d71cca2297cfd98b5dd907df2fc355d0da297 (diff) |
-towards purse merge and history requests in reserve history (incomplete)
Diffstat (limited to 'src/exchangedb/exchange-0001-part.sql')
-rw-r--r-- | src/exchangedb/exchange-0001-part.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/exchange-0001-part.sql b/src/exchangedb/exchange-0001-part.sql index a47a2aede..21810034e 100644 --- a/src/exchangedb/exchange-0001-part.sql +++ b/src/exchangedb/exchange-0001-part.sql @@ -3452,11 +3452,11 @@ BEGIN IF NOT FOUND THEN out_balance_ok=TRUE; - out_conflict=TRUE; + out_idempotent=TRUE; RETURN; END IF; - out_conflict=FALSE; + out_idempotent=FALSE; -- Update reserve balance. UPDATE reserves |