diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 23:49:37 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 23:49:37 +0100 |
| commit | db669ee495a29384c6d592cb1080db58e832a649 (patch) | |
| tree | 0bbc1a119098467eb731cd53c59d9df4dba079d7 /src/exchange/taler-exchange-httpd_keystate.h | |
| parent | 6e17a847e8267ae10beaa8fc849bf10517088ab2 (diff) | |
payback -> recoup stranglers
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keystate.h')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_keystate.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.h b/src/exchange/taler-exchange-httpd_keystate.h index 004ce501..b7e5b10f 100644 --- a/src/exchange/taler-exchange-httpd_keystate.h +++ b/src/exchange/taler-exchange-httpd_keystate.h @@ -110,14 +110,14 @@ enum TEH_KS_DenominationKeyUse TEH_KS_DKU_DEPOSIT, /** - * The key is to be used for a /payback operation. + * The key is to be used for a /recoup operation. */ - TEH_KS_DKU_PAYBACK, + TEH_KS_DKU_RECOUP, /** - * The key is to be used for a /refresh/payback operation, + * The key is to be used for a /refresh/recoup operation, * i.e. it is an old coin that regained value from a - * payback on a new coin derived from the old coin. + * recoup on a new coin derived from the old coin. */ TEH_KS_DKU_ZOMBIE |
