aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index b14d68d6d..bf584036a 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -488,6 +488,11 @@ struct TALER_EXCHANGE_Keys
struct TALER_EXCHANGE_WireFeesByMethod *fees;
/**
+ * Currency rendering specification for this exchange.
+ */
+ struct TALER_CurrencySpecification cspec;
+
+ /**
* How long after a reserve went idle will the exchange close it?
* This is an approximate number, not cryptographically signed by
* the exchange (advisory-only, may change anytime).
@@ -532,12 +537,6 @@ struct TALER_EXCHANGE_Keys
struct TALER_Amount stefan_lin;
/**
- * Default number of fractional digits to render
- * amounts with.
- */
- uint32_t currency_fraction_digits;
-
- /**
* Length of @e accounts array.
*/
unsigned int accounts_len;