diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-04-27 10:16:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-04-27 10:34:36 +0200 |
commit | 521e0bbcb5a2bb247678bc69aef7d85c16944865 (patch) | |
tree | 635d94a2441e5b50ad10b8549978615265ae21b4 /src/exchangedb | |
parent | 9a05781ab37470e5b2cb22d6992c00b2913075e7 (diff) |
-p2p fixes
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/drop-common.sql | 2 | ||||
-rw-r--r-- | src/exchangedb/exchange-0001-part.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/drop-common.sql b/src/exchangedb/drop-common.sql index b14a00c8..3bdff7de 100644 --- a/src/exchangedb/drop-common.sql +++ b/src/exchangedb/drop-common.sql @@ -92,4 +92,4 @@ DROP FUNCTION IF EXISTS create_foreign_range_partition; DROP FUNCTION IF EXISTS create_foreign_servers; DROP FUNCTION IF EXISTS create_shard_server; -COMMIT;
\ No newline at end of file +COMMIT; diff --git a/src/exchangedb/exchange-0001-part.sql b/src/exchangedb/exchange-0001-part.sql index 9053e488..9ca66cd4 100644 --- a/src/exchangedb/exchange-0001-part.sql +++ b/src/exchangedb/exchange-0001-part.sql @@ -2716,7 +2716,7 @@ CREATE OR REPLACE FUNCTION exchange_do_reserve_purse( IN in_merge_timestamp INT8, IN in_reserve_sig BYTEA, IN in_purse_fee_val INT8, - IN in_purse_fee_frac INT8, + IN in_purse_fee_frac INT4, IN in_reserve_pub BYTEA, OUT out_no_funds BOOLEAN, OUT out_conflict BOOLEAN) |