exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 46811dac9fd3c64debe448b7863857e701932782
parent 955596ced729184f9e9424000549f40dc52ef97b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Jun 2025 01:26:12 +0200

better to drop and create in case of argument change, this caused trouble for CB (see mailinglist)

Diffstat:
Msrc/exchangedb/exchange_do_recoup_to_coin.sql | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/exchangedb/exchange_do_recoup_to_coin.sql b/src/exchangedb/exchange_do_recoup_to_coin.sql @@ -14,10 +14,8 @@ -- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> -- - - - -CREATE OR REPLACE FUNCTION exchange_do_recoup_to_coin( +DROP FUNCTION exchange_do_recoup_to_coin; +CREATE FUNCTION exchange_do_recoup_to_coin( IN in_old_coin_pub BYTEA, IN in_refresh_id INT8, IN in_coin_blind BYTEA,