From 6cc516427b06f1fd1a72ee1b75da909e1ed38166 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Mar 2020 11:47:22 +0100 Subject: minor code clean up, renaming for consistency --- src/include/taler_exchangedb_plugin.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 754ac1ef6..795c6d7be 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -766,9 +766,9 @@ struct TALER_EXCHANGEDB_RefreshSession /** - * Information about a /refresh/melt operation in a coin transaction history. + * Information about a /coins/$COIN_PUB/melt operation in a coin transaction history. */ -struct TALER_EXCHANGEDB_RefreshMeltListEntry +struct TALER_EXCHANGEDB_MeltListEntry { /** @@ -867,7 +867,7 @@ enum TALER_EXCHANGEDB_TransactionType /** * /refresh/melt operation. */ - TALER_EXCHANGEDB_TT_REFRESH_MELT = 1, + TALER_EXCHANGEDB_TT_MELT = 1, /** * /refund operation. @@ -927,9 +927,9 @@ struct TALER_EXCHANGEDB_TransactionList /** * Details if transaction was a /refresh/melt operation. - * (#TALER_EXCHANGEDB_TT_REFRESH_MELT) + * (#TALER_EXCHANGEDB_TT_MELT) */ - struct TALER_EXCHANGEDB_RefreshMeltListEntry *melt; + struct TALER_EXCHANGEDB_MeltListEntry *melt; /** * Details if transaction was a /refund operation. -- cgit v1.2.3