summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-09 13:45:47 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-09 13:45:47 +0100
commitec581884469ad03da0725893345edff71532845e (patch)
treebfcab03c82ce933ffae480c44a2fb2bc816ccbf8 /src/exchange-lib/exchange_api_handle.c
parentcf539c03c63043c349415fa1e62232ef81b6de7e (diff)
downloadexchange-ec581884469ad03da0725893345edff71532845e.tar.gz
exchange-ec581884469ad03da0725893345edff71532845e.tar.bz2
exchange-ec581884469ad03da0725893345edff71532845e.zip
Generating additional DKs after serialized state import.
Diffstat (limited to 'src/exchange-lib/exchange_api_handle.c')
-rw-r--r--src/exchange-lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c
index 174dc2b47..c764b9ec5 100644
--- a/src/exchange-lib/exchange_api_handle.c
+++ b/src/exchange-lib/exchange_api_handle.c
@@ -469,7 +469,7 @@ parse_json_auditor (struct TALER_EXCHANGE_AuditorInformation *auditor,
kv.expire_deposit = GNUNET_TIME_absolute_hton (dk->expire_deposit);
kv.expire_legal = GNUNET_TIME_absolute_hton (dk->expire_legal);
TALER_amount_hton (&kv.value,
- &dk->value);
+ &dk->value);
TALER_amount_hton (&kv.fee_withdraw,
&dk->fee_withdraw);
TALER_amount_hton (&kv.fee_deposit,