gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add 9th IN parameter to ‘exchang


From: gnunet
Subject: [taler-exchange] branch master updated: add 9th IN parameter to ‘exchange.exchange_do_purse_deposit’
Date: Tue, 06 Sep 2022 21:26:33 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new dbc4e5c5 add 9th IN parameter to ‘exchange.exchange_do_purse_deposit’
dbc4e5c5 is described below

commit dbc4e5c5dfc13c5f5e4b48f32557392299f3d343
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Sep 6 15:25:42 2022 -0400

    add 9th IN parameter to ‘exchange.exchange_do_purse_deposit’
    
    * src/auditor/auditor-basedb.sql (exchange.exchange_do_purse_deposit):
      Add ‘in_reserve_expiration bigint’ as last non-OUT parameter.
---
 src/auditor/auditor-basedb.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/auditor-basedb.sql b/src/auditor/auditor-basedb.sql
index d7fad1b0..d59d2e50 100644
--- a/src/auditor/auditor-basedb.sql
+++ b/src/auditor/auditor-basedb.sql
@@ -3741,7 +3741,7 @@ END $$;
 -- Name: exchange_do_purse_deposit(bigint, bytea, bigint, integer, bytea, 
bytea, bigint, integer); Type: FUNCTION; Schema: exchange; Owner: -
 --
 
-CREATE FUNCTION exchange.exchange_do_purse_deposit(in_partner_id bigint, 
in_purse_pub bytea, in_amount_with_fee_val bigint, in_amount_with_fee_frac 
integer, in_coin_pub bytea, in_coin_sig bytea, in_amount_without_fee_val 
bigint, in_amount_without_fee_frac integer, OUT out_balance_ok boolean, OUT 
out_conflict boolean) RETURNS record
+CREATE FUNCTION exchange.exchange_do_purse_deposit(in_partner_id bigint, 
in_purse_pub bytea, in_amount_with_fee_val bigint, in_amount_with_fee_frac 
integer, in_coin_pub bytea, in_coin_sig bytea, in_amount_without_fee_val 
bigint, in_amount_without_fee_frac integer, in_reserve_expiration bigint, OUT 
out_balance_ok boolean, OUT out_conflict boolean) RETURNS record
     LANGUAGE plpgsql
     AS $$
 DECLARE

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]