aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-14 00:14:03 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-14 00:14:03 +0200
commit8afe2a17f05ce158f854d1be7af8ec058c0da08b (patch)
tree61f7f56ebdf8cbc22bfe9eaac51e1c5e498f034f /src/include/taler_exchange_service.h
parent3050f902cfc7f36b9c4b45a759cb6dd18e8d4cd1 (diff)
downloadexchange-8afe2a17f05ce158f854d1be7af8ec058c0da08b.tar.xz
make stefan_lin a float, as it should have been in the first place
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index bf584036a..30c966d75 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -534,7 +534,7 @@ struct TALER_EXCHANGE_Keys
/**
* Linear STEFAN parameter.
*/
- struct TALER_Amount stefan_lin;
+ double stefan_lin;
/**
* Length of @e accounts array.