diff options
| author | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-07-27 16:38:05 +0200 | 
|---|---|---|
| committer | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-07-27 16:38:05 +0200 | 
| commit | fe11e2f4dc534279aa284e62f715274959b99916 (patch) | |
| tree | a4807643b7c8472eca32730c77f87994f6c38981 | |
| parent | f41e533c12b324c2e047dbeaa9e7ba9d8f595f67 (diff) | |
fixes
| -rw-r--r-- | src/mintdb/perf_taler_mintdb.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/mintdb/perf_taler_mintdb.c b/src/mintdb/perf_taler_mintdb.c index 3b026f28..928896bd 100644 --- a/src/mintdb/perf_taler_mintdb.c +++ b/src/mintdb/perf_taler_mintdb.c @@ -241,15 +241,15 @@ main (int argc, char ** argv)                                       NB_WITHDRAW_SAVE),      PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("11 - reserve",                                             "11 - /withdraw/sign", -                                           "02 - reserve"), +                                           "02 - save reserve"),      PERF_TALER_MINTDB_INIT_CMD_LOAD_ARRAY ("11 - dki",                                             "11 - /withdraw/sign", -                                           "01 - denomination"), +                                           "01 - save denomination"),      PERF_TALER_MINTDB_INIT_CMD_WITHDRAW_SIGN ("",                                                "11 - dki",                                                "11 - reserve"),      PERF_TALER_MINTDB_INIT_CMD_END_LOOP ("", -                                         "11 - get coin transaction"), +                                         "11 - /withdraw/sign"),      PERF_TALER_MINTDB_INIT_CMD_GET_TIME ("11 - end"),      PERF_TALER_MINTDB_INIT_CMD_GAUGER ("",                                         "11 - start", | 
