diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-01 04:20:14 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-05 10:37:37 +0100 |
commit | 4d97a94d5a3a91eae84adb6e1626b9d2a71e3943 (patch) | |
tree | 5d3a60eddab59e7017320ee0b6985097e0ae6471 /src/exchangedb/pg_kycauth_in_insert.h | |
parent | e650214142bb9dadd54fe76d6235e115aa4bd4e5 (diff) |
working through DB
Diffstat (limited to 'src/exchangedb/pg_kycauth_in_insert.h')
-rw-r--r-- | src/exchangedb/pg_kycauth_in_insert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_kycauth_in_insert.h b/src/exchangedb/pg_kycauth_in_insert.h index 0dcad04be..f48c2041b 100644 --- a/src/exchangedb/pg_kycauth_in_insert.h +++ b/src/exchangedb/pg_kycauth_in_insert.h @@ -44,7 +44,7 @@ TEH_PG_kycauth_in_insert ( const union TALER_AccountPublicKeyP *account_pub, const struct TALER_Amount *credit_amount, struct GNUNET_TIME_Timestamp execution_date, - const char *debit_account_uri, + const struct TALER_FullPayto debit_account_uri, const char *section_name, uint64_t serial_id); |