aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-01 04:06:22 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-05 10:37:37 +0100
commite650214142bb9dadd54fe76d6235e115aa4bd4e5 (patch)
tree92ac2b60561285b1934063e373c8e5afd6857979 /src/include
parentebf7eab2d541bd350e203838cd5d1f454572f80b (diff)
working through DB
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 881cf88e0..2cf845d79 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2989,7 +2989,7 @@ struct TALER_EXCHANGEDB_ReserveInInfo
const struct TALER_ReservePublicKeyP *reserve_pub;
const struct TALER_Amount *balance;
struct GNUNET_TIME_Timestamp execution_time;
- const struct TALER_FullPayto sender_account_details;
+ struct TALER_FullPayto sender_account_details;
const char *exchange_account_name;
uint64_t wire_reference;
};