diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-04-24 15:29:50 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-04-24 15:29:58 +0200 |
commit | aedd2014ec50e2b52cad76d9c40c218ed0c9ccfc (patch) | |
tree | 3b4ef17e90f152a161c6929fbe1da07c366a4268 /src/exchangedb/exchange-0001-part.sql | |
parent | 36c568ab8df9b8e523c9ffc45271533af77accc7 (diff) |
-misc p2p fixes
Diffstat (limited to 'src/exchangedb/exchange-0001-part.sql')
-rw-r--r-- | src/exchangedb/exchange-0001-part.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/exchange-0001-part.sql b/src/exchangedb/exchange-0001-part.sql index 0a333880b..4785964de 100644 --- a/src/exchangedb/exchange-0001-part.sql +++ b/src/exchangedb/exchange-0001-part.sql @@ -2647,6 +2647,7 @@ PERFORM IF NOT FOUND THEN out_no_balance=TRUE; + out_conflict=FALSE; RETURN; END IF; out_no_balance=FALSE; |