From 8afe2a17f05ce158f854d1be7af8ec058c0da08b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Oct 2023 00:14:03 +0200 Subject: make stefan_lin a float, as it should have been in the first place --- src/include/taler_exchange_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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. -- cgit v1.2.3