diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-06-19 13:59:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-06-19 13:59:03 +0200 |
commit | fdf095c6efae2e6c59712996ca380bc499229370 (patch) | |
tree | 72a4d1494f1bb6be88e6765dbe011c9deb3f0213 /src/include/taler_testing_lib.h | |
parent | 50749c462b55b05d42ca518572f75101401089d5 (diff) |
initial version of taler-bank-benchmark
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index f15a5f766..b35e393dc 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -714,12 +714,12 @@ typedef void * @param exchanged exchange process handle: will be put in the * state as some commands - e.g. revoke - need to send * signal to it, for example to let it know to reload the - * key state.. if NULL, the interpreter will run without + * key state. If NULL, the interpreter will run without * trying to connect to the exchange first. - * @param exchange_connect GNUNET_YES if the test should connect - * to the exchange, GNUNET_NO otherwise + * @param exchange_connect #GNUNET_YES if the test should connect + * to the exchange, #GNUNET_NO otherwise * @return #GNUNET_OK if all is okay, != #GNUNET_OK otherwise. - * non-GNUNET_OK codes are #GNUNET_SYSERR most of the + * non-#GNUNET_OK codes are #GNUNET_SYSERR most of the * times. */ int |