diff options
| author | Christian Grothoff <christian@grothoff.org> | 2023-07-10 10:34:27 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2023-07-10 10:34:33 +0200 | 
| commit | f4abc1c369ad3becf3d995106c6e1e9ee5f89257 (patch) | |
| tree | 48dab60699c8ce961bb54bea20657aa16a91f1f9 /src/include | |
| parent | c57c3463d1b34eb8a277640c6d833d791097dce0 (diff) | |
tip -> reward
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_exchange_service.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 77705379..eaf9fce4 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -374,9 +374,9 @@ struct TALER_EXCHANGE_Keys    unsigned int rc;    /** -   * Set to true if tipping is allowed at this exchange. +   * Set to true if rewards are allowed at this exchange.     */ -  bool tipping_allowed; +  bool rewards_allowed;  }; | 
