diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-07 12:33:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-07 12:33:35 +0100 |
commit | fb9ba5b1d2970e24643d179338b34c8915d2072d (patch) | |
tree | de1ad14127b9e213fcbf88c62097783583a1acb5 /src/exchangedb | |
parent | 0d03f55282f5954050a66a38209a3a9aed33f884 (diff) |
-rename fest
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 | ||||
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index f9f0ce41..713e11e8 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -7212,7 +7212,7 @@ postgres_lookup_transfer_by_deposit ( GNUNET_PQ_query_param_end }; char *payto_uri; - struct TALER_WireSalt wire_salt; + struct TALER_WireSaltP wire_salt; struct GNUNET_PQ_ResultSpec rs[] = { GNUNET_PQ_result_spec_auto_from_type ("wtid_raw", wtid), diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index d09e38fd..8c3c7834 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -1345,7 +1345,7 @@ run (void *cls) unsigned int cnt; enum GNUNET_DB_QueryStatus qs; struct GNUNET_TIME_Timestamp now; - struct TALER_WireSalt salt; + struct TALER_WireSaltP salt; struct TALER_CoinPubHash c_hash; uint64_t known_coin_id; uint64_t rrc_serial; |