summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-01 13:40:45 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-01 13:40:45 +0100
commit5b3a468d3878a2d0e39dd71da07d0fd85544632e (patch)
treefb1960613dd9cfa17032e0bea929bd0f27b68bba
parentb88b36ecad89ab758000dedea2829a0500471bc0 (diff)
downloadexchange-5b3a468d3878a2d0e39dd71da07d0fd85544632e.tar.gz
exchange-5b3a468d3878a2d0e39dd71da07d0fd85544632e.tar.bz2
exchange-5b3a468d3878a2d0e39dd71da07d0fd85544632e.zip
-bugfix
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index bfa5e1f67..199c3d333 100644
--- 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"