exchange

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

commit 5b3a468d3878a2d0e39dd71da07d0fd85544632e
parent b88b36ecad89ab758000dedea2829a0500471bc0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  1 Nov 2021 13:40:45 +0100

-bugfix

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c @@ -1050,7 +1050,7 @@ prepare_statements (struct PostgresClosure *pg) " kyc_ok" ",wire_target_serial_id AS payment_target_uuid" ",wire_salt" - ",payto_uri AS receiver_wire_account" + ",payto_uri" ",amount_with_fee_val" ",amount_with_fee_frac" ",denom.fee_deposit_val"