summaryrefslogtreecommitdiff
path: root/src/include/taler_mint_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-08 19:52:05 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-08 19:52:05 +0200
commit00d613728fdddf4f28e3c50cb2f70bfbba65e298 (patch)
tree0c4fb7fcf4befb711aa6cbf64ee4e40404c3a096 /src/include/taler_mint_service.h
parentce4f6e2106ffe5b92fecef502c7ca3f7fd211a43 (diff)
downloadexchange-00d613728fdddf4f28e3c50cb2f70bfbba65e298.tar.gz
exchange-00d613728fdddf4f28e3c50cb2f70bfbba65e298.tar.bz2
exchange-00d613728fdddf4f28e3c50cb2f70bfbba65e298.zip
completing TALER_MINT_refresh_melt implementation
Diffstat (limited to 'src/include/taler_mint_service.h')
-rw-r--r--src/include/taler_mint_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mint_service.h b/src/include/taler_mint_service.h
index b228acc5e..fa1f7a507 100644
--- a/src/include/taler_mint_service.h
+++ b/src/include/taler_mint_service.h
@@ -181,7 +181,7 @@ struct TALER_MINT_DenomPublicKey
struct TALER_Amount fee_deposit;
/**
- *The applicable fee to refresh a coin of this denomination
+ *The applicable fee to melt/refresh a coin of this denomination
*/
struct TALER_Amount fee_refresh;
};