summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-07 23:45:17 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-07 23:45:17 +0200
commit6b8e732bf8d8bfae268e7f5a9a09af9167fd0d47 (patch)
tree6a0eb06a4b084f4085badaefe4db5ebe2bcabd52 /src/include/taler_crypto_lib.h
parent5f6d5bc3fcad284107e3e7d5f992f887895473fa (diff)
downloadexchange-6b8e732bf8d8bfae268e7f5a9a09af9167fd0d47.tar.gz
exchange-6b8e732bf8d8bfae268e7f5a9a09af9167fd0d47.tar.bz2
exchange-6b8e732bf8d8bfae268e7f5a9a09af9167fd0d47.zip
-pub
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index cf160c689..e55725604 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -3977,7 +3977,7 @@ TALER_exchange_online_purse_merged_verify (
enum TALER_ErrorCode
-TALER_exchange_purse_status_sign (
+TALER_exchange_online_purse_status_sign (
TALER_ExchangeSignCallback scb,
struct GNUNET_TIME_Timestamp merge_timestamp,
struct GNUNET_TIME_Timestamp deposit_timestamp,
@@ -3987,7 +3987,7 @@ TALER_exchange_purse_status_sign (
enum GNUNET_GenericReturnValue
-TALER_exchange_purse_status_verify (
+TALER_exchange_online_purse_status_verify (
struct GNUNET_TIME_Timestamp merge_timestamp,
struct GNUNET_TIME_Timestamp deposit_timestamp,
const struct TALER_Amount *balance,