diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-21 12:20:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-21 12:20:45 +0200 |
commit | ad343059427a20ad091d384fc430b631feae70cc (patch) | |
tree | c27451562e9809ffe35e8c956d211e62b8c7231f /src/include/taler_exchange_service.h | |
parent | c94309ee6ecfc58dd852e0d61b7aa0a0c16c7db0 (diff) |
expose blinding key in refresh-reveal API in preparation for #5777
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index eebbf6c51..7fc7a5690 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1356,9 +1356,7 @@ typedef void unsigned int http_status, enum TALER_ErrorCode ec, unsigned int num_coins, - /* TODO (#5777): possibly replace - by a `struct TALER_RefreshPlanchetSecretsP` */ - const struct TALER_CoinSpendPrivateKeyP *coin_privs, + const struct TALER_PlanchetSecretsP *coin_privs, const struct TALER_DenominationSignature *sigs, const json_t *full_response); |