summaryrefslogtreecommitdiff
path: root/src/mintdb/perf_taler_mintdb_interpreter.h
diff options
context:
space:
mode:
authorFournier Nicolas <nicolas.fournier@ensta-paristech.fr>2015-07-15 17:46:49 +0200
committerFournier Nicolas <nicolas.fournier@ensta-paristech.fr>2015-07-15 17:46:49 +0200
commitf696b737d005b383f099abcc7355763b86c1be21 (patch)
treecf2bcc8a5a172e7ecbcc93d1e5740009d6c27dec /src/mintdb/perf_taler_mintdb_interpreter.h
parent3a4052d16d2b426a1513fd10fdcdbb9fdd13a526 (diff)
downloadexchange-f696b737d005b383f099abcc7355763b86c1be21.tar.gz
exchange-f696b737d005b383f099abcc7355763b86c1be21.tar.bz2
exchange-f696b737d005b383f099abcc7355763b86c1be21.zip
save coin private key
Diffstat (limited to 'src/mintdb/perf_taler_mintdb_interpreter.h')
-rw-r--r--src/mintdb/perf_taler_mintdb_interpreter.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mintdb/perf_taler_mintdb_interpreter.h b/src/mintdb/perf_taler_mintdb_interpreter.h
index bde6ca238..b9042262a 100644
--- a/src/mintdb/perf_taler_mintdb_interpreter.h
+++ b/src/mintdb/perf_taler_mintdb_interpreter.h
@@ -322,7 +322,7 @@
/**
* Inserts informations about a withdrawal in the database
*
- * @exposes #PERF_TALER_MINTDB_BLINDCOIN
+ * @exposes #PERF_TALER_MINTDB_COIN
*
* @param _label the label of this command
* @param _label_dki denomination key used to sign the coin
@@ -332,7 +332,7 @@
{ \
.command = PERF_TALER_MINTDB_CMD_INSERT_WITHDRAW, \
.label = _label, \
- .exposed.type = PERF_TALER_MINTDB_BLINDCOIN, \
+ .exposed.type = PERF_TALER_MINTDB_COIN, \
.details.insert_withdraw = {\
.label_dki = _label_dki, \
.label_reserve = _label_reserve, \
@@ -360,7 +360,7 @@
* It first access the reserve history to check the ballance
* and hen emits a coin.
*
- * @exposes #PERF_TALER_MINTDB_BLINDCOIN
+ * @exposes #PERF_TALER_MINTDB_COIN
*
* @param _label the label of this command
* @param _label_reserve the reserve used to provide currency
@@ -379,7 +379,7 @@ enum PERF_TALER_MINTDB_Type
PERF_TALER_MINTDB_NONE,
PERF_TALER_MINTDB_TIME,
PERF_TALER_MINTDB_DEPOSIT,
- PERF_TALER_MINTDB_BLINDCOIN,
+ PERF_TALER_MINTDB_COIN,
PERF_TALER_MINTDB_RESERVE,
PERF_TALER_MINTDB_DENOMINATION_INFO,
};
@@ -402,8 +402,8 @@ struct PERF_TALER_MINTDB_Data
struct timespec time;
/** #PERF_TALER_MINTDB_DEPOSIT */
struct TALER_MINTDB_Deposit *deposit;
- /** #PERF_TALER_MINTDB_BLINDCOIN */
- struct TALER_MINTDB_CollectableBlindcoin *blindcoin;
+ /** #PERF_TALER_MINTDB_COIN */
+ struct PERF_TALER_MINTDB_Coin *coin;
/** #PERF_TALER_MINTDB_RESERVE */
struct PERF_TALER_MINTDB_Reserve *reserve;
/** #PERF_TALER_MINTDB_DENOMINATION_INFO */