summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2015-07-31 20:51:52 +0200
committerJeff Burdges <burdges@gnunet.org>2015-07-31 20:51:52 +0200
commit8cd6fc9b98d21e87300727e54efc5e958616244a (patch)
tree75ab1acb4c5aa662ca1712f4099f3469614149e9
parentae7b43daab4f1d1f8b046191e50b553f0dd397c8 (diff)
parent7264391514fa6c9f4ed56304cb4b55e5711d78d3 (diff)
downloadexchange-8cd6fc9b98d21e87300727e54efc5e958616244a.tar.gz
exchange-8cd6fc9b98d21e87300727e54efc5e958616244a.tar.bz2
exchange-8cd6fc9b98d21e87300727e54efc5e958616244a.zip
Merge branch 'master' of http://git.taler.net/mint
-rw-r--r--src/mintdb/perf_taler_mintdb.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mintdb/perf_taler_mintdb.c b/src/mintdb/perf_taler_mintdb.c
index bc4ddbc8d..cd6d25246 100644
--- a/src/mintdb/perf_taler_mintdb.c
+++ b/src/mintdb/perf_taler_mintdb.c
@@ -195,15 +195,11 @@ main (int argc, char ** argv)
PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("09 - start"),
PERF_TALER_MINTDB_INIT_CMD_LOOP ("09 - withdraw insert measure",
NB_RESERVE_SAVE),
- PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("09 - reserve",
+ PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("09 - coin",
"09 - withdraw insert measure",
- "02 - save reserve"),
- PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("09 - denomination",
- "09 - withdraw insert measure",
- "01 - save denomination"),
- PERF_TALER_MINTDB_INIT_CMD_INSERT_WITHDRAW ("",
- "09 - denomination",
- "09 - reserve"),
+ "03 - save coin"),
+ PERF_TALER_MINTDB_INIT_CMD_GET_WITHDRAW ("",
+ "09 - coin"),
PERF_TALER_MINTDB_INIT_CMD_END_LOOP ("",
"09 - withdraw insert measure"),
PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("09 - stop"),