commit 9b95a3f31988beb70cdf9cb85ef3a00520927fe9
parent a812bece392d174973cae4b29e4a910d1409b8bb
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 27 Nov 2025 14:19:34 +0100
fix column name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backenddb/pg_lookup_expected_transfers.c b/src/backenddb/pg_lookup_expected_transfers.c
@@ -247,7 +247,7 @@ TMH_PG_lookup_expected_transfers (
" (REGEXP_REPLACE(mac.payto_uri,'\\?.*','')"
" =REGEXP_REPLACE($6,'\\?.*','')) )"
" AND ( $8 OR "
- " (met.expected = $9) )"
+ " (met.confirmed = $9) )"
" AND ( $10 OR "
" ($11 = (200=met.last_http_status) AND"
" (0=met.last_ec) ) )"