diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 15:32:29 +0100 | 
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 15:32:29 +0100 | 
| commit | 5f175fb3985a0611bab7ecb6047b97263f11b979 (patch) | |
| tree | 9880aaa0d2e74a9a93d9b3e460a1ee29b83f6a25 | |
| parent | 615d35407b4b06e8a5793d6c8d7f3a14179d17fd (diff) | |
typo
| -rw-r--r-- | src/exchange-lib/exchange_api_handle.c | 2 | 
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 627d7a6e..9fc6f9ea 100644 --- a/src/exchange-lib/exchange_api_handle.c +++ b/src/exchange-lib/exchange_api_handle.c @@ -1255,7 +1255,7 @@ TALER_EXCHANGE_serialize_data (struct TALER_EXCHANGE_Handle *exchange)        continue; /* skip keys that have expired */      denom = json_pack ("{s:o, s:o, s:o, s:o, s:o "  		       ",s:o, s:o, s:o, s:o, s:o " -		       ,"s:o}", +		       ",s:o}",  		       "stamp_expire_deposit",  		       GNUNET_JSON_from_time_abs (dk->expire_deposit),  		       "stamp_expire_withdraw", | 
