diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-10-31 10:26:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-05 10:37:37 +0100 |
commit | a9a63d3f1399ebaad2fee05c7248cd0c8daaf0a6 (patch) | |
tree | c30cea1633376067e93f05c7ba0f3c673f9f9151 /src/exchangedb/pg_find_aggregation_transient.h | |
parent | f6a86e8680ec57d5389e58c88bb462600894b25f (diff) |
API changes for normalized payto
Diffstat (limited to 'src/exchangedb/pg_find_aggregation_transient.h')
-rw-r--r-- | src/exchangedb/pg_find_aggregation_transient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_find_aggregation_transient.h b/src/exchangedb/pg_find_aggregation_transient.h index c7ba4ea38..cb904b3ee 100644 --- a/src/exchangedb/pg_find_aggregation_transient.h +++ b/src/exchangedb/pg_find_aggregation_transient.h @@ -36,7 +36,7 @@ enum GNUNET_DB_QueryStatus TEH_PG_find_aggregation_transient ( void *cls, - const struct TALER_PaytoHashP *h_payto, + const struct TALER_FullPaytoHashP *h_payto, TALER_EXCHANGEDB_TransientAggregationCallback cb, void *cb_cls); |