commit a812bece392d174973cae4b29e4a910d1409b8bb
parent 4357ac9434f43bbb6f486328e78e0bcddd30f64b
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 27 Nov 2025 13:56:59 +0100
-fix typo
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/backenddb/pg_lookup_expected_transfers.c b/src/backenddb/pg_lookup_expected_transfers.c
@@ -210,10 +210,10 @@ TMH_PG_lookup_expected_transfers (
" (REGEXP_REPLACE(mac.payto_uri,'\\?.*','')"
" =REGEXP_REPLACE($6,'\\?.*','')) )"
" AND ( $8 OR "
- " (mt.confirmed = $9) )"
+ " (met.confirmed = $9) )"
" AND ( $10 OR "
- " ($11 = (200=mt.last_http_status) AND"
- " (0=mt.last_ec) ) )"
+ " ($11 = (200=met.last_http_status) AND"
+ " (0=met.last_ec) ) )"
" AND merchant_serial ="
" (SELECT merchant_serial"
" FROM merchant_instances"
@@ -247,10 +247,10 @@ TMH_PG_lookup_expected_transfers (
" (REGEXP_REPLACE(mac.payto_uri,'\\?.*','')"
" =REGEXP_REPLACE($6,'\\?.*','')) )"
" AND ( $8 OR "
- " (mt.expected = $9) )"
+ " (met.expected = $9) )"
" AND ( $10 OR "
- " ($11 = (200=mt.last_http_status) AND"
- " (0=mt.last_ec) ) )"
+ " ($11 = (200=met.last_http_status) AND"
+ " (0=met.last_ec) ) )"
" AND merchant_serial ="
" (SELECT merchant_serial"
" FROM merchant_instances"