diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-19 23:07:17 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-19 23:07:17 +0200 |
commit | 083075153441c3451301d9ed35bfbac2dd8b346e (patch) | |
tree | f66875aaa67e3e65840b5511ec4bc2bf661a7aa3 /src/exchange-lib/exchange_api_common.c | |
parent | 9b6717ae3a95c6006d0f9692a8ae0f8d7f6ec60e (diff) | |
parent | 8fe6f64db308a8455c62e5139f7c2157faa2804a (diff) |
Merge branch 'master' of taler.net:exchange
Diffstat (limited to 'src/exchange-lib/exchange_api_common.c')
-rw-r--r-- | src/exchange-lib/exchange_api_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/exchange_api_common.c b/src/exchange-lib/exchange_api_common.c index acf90fce..e6ab2cbc 100644 --- a/src/exchange-lib/exchange_api_common.c +++ b/src/exchange-lib/exchange_api_common.c @@ -38,8 +38,8 @@ */ int TALER_EXCHANGE_verify_coin_history (const char *currency, - const struct TALER_CoinSpendPublicKeyP *coin_pub, - json_t *history, + const struct TALER_CoinSpendPublicKeyP *coin_pub, + json_t *history, struct TALER_Amount *total) { size_t len; |