diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-10 10:19:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-10 10:34:33 +0200 |
commit | c57c3463d1b34eb8a277640c6d833d791097dce0 (patch) | |
tree | b22d2e1527bf975def60939dd03350a44eef12c1 | |
parent | 8d6b0944da2a812a80676305c10523fa5b970906 (diff) |
Tip => Reward
-rw-r--r-- | src/include/taler_crypto_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 373fc5c22..9b0cb604b 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -829,9 +829,9 @@ struct TALER_CoinPubHashP /** - * @brief Value that uniquely identifies a tip. + * @brief Value that uniquely identifies a reward. */ -struct TALER_TipIdentifierP +struct TALER_RewardIdentifierP { /** * The tip identifier is a SHA-512 hash code. |