diff options
author | Gian Demarmels <gian@demarmels.org> | 2022-01-17 09:37:36 +0100 |
---|---|---|
committer | Gian Demarmels <gian@demarmels.org> | 2022-02-04 15:37:33 +0100 |
commit | be50c084f89e8588dd2d4a4aa30c58002053ee31 (patch) | |
tree | e6651b08f663446f21c59b9428e57ca46b7b4bab /src/include/taler_exchange_service.h | |
parent | ae5f082c75eb140167dc0254894dd4d57ba62a6d (diff) |
fixed nonce check, renamed WithdrawNonce
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index fcf907c58..68c971868 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1107,7 +1107,7 @@ typedef void struct TALER_EXCHANGE_CsRHandle * TALER_EXCHANGE_csr (struct TALER_EXCHANGE_Handle *exchange, const struct TALER_EXCHANGE_DenomPublicKey *pk, - const struct TALER_WithdrawNonce *nonce, + const struct TALER_CsNonce *nonce, TALER_EXCHANGE_CsRCallback res_cb, void *res_cb_cls); |