aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-21 21:11:29 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-21 21:11:34 +0200
commitc29aa03a041a9297ebba799ddfc2bd3843262a99 (patch)
tree632ad7ee1415d07b5b78036b20562f394a0e5336 /src
parent70e5ed1af731830ca3e92443e404e142074e73d5 (diff)
-fix typo
Diffstat (limited to 'src')
-rw-r--r--src/exchangedb/pg_select_purse_decisions_above_serial_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_select_purse_decisions_above_serial_id.c b/src/exchangedb/pg_select_purse_decisions_above_serial_id.c
index f301ea78a..4d94cb039 100644
--- a/src/exchangedb/pg_select_purse_decisions_above_serial_id.c
+++ b/src/exchangedb/pg_select_purse_decisions_above_serial_id.c
@@ -85,7 +85,7 @@ purse_decision_serial_helper_cb (void *cls,
&no_reserve),
TALER_PQ_RESULT_SPEC_AMOUNT ("amount_with_fee",
&val),
- GNUNET_PQ_result_spec_uint64 ("purse_deposit_serial_id",
+ GNUNET_PQ_result_spec_uint64 ("purse_decision_serial_id",
&rowid),
GNUNET_PQ_result_spec_end
};