fix comments
This commit is contained in:
parent
6ffb32aaab
commit
6000339fbc
@ -28,7 +28,7 @@
|
|||||||
#include "taler_testing_lib.h"
|
#include "taler_testing_lib.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* State for a "track transaction" CMD.
|
* State for a "/kyc-wallet" GET CMD.
|
||||||
*/
|
*/
|
||||||
struct KycWalletGetState
|
struct KycWalletGetState
|
||||||
{
|
{
|
||||||
@ -183,7 +183,7 @@ wallet_kyc_run (void *cls,
|
|||||||
* Cleanup the state from a "track transaction" CMD, and possibly
|
* Cleanup the state from a "track transaction" CMD, and possibly
|
||||||
* cancel a operation thereof.
|
* cancel a operation thereof.
|
||||||
*
|
*
|
||||||
* @param cls closure.
|
* @param cls closure with our `struct KycWalletGetState`
|
||||||
* @param cmd the command which is being cleaned up.
|
* @param cmd the command which is being cleaned up.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
|
@ -281,7 +281,7 @@ TALER_TESTING_run_bank (const char *config_filename,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
enum GNUNET_GenericReturnValue
|
||||||
TALER_TESTING_prepare_nexus (const char *config_filename,
|
TALER_TESTING_prepare_nexus (const char *config_filename,
|
||||||
int reset_db,
|
int reset_db,
|
||||||
const char *config_section,
|
const char *config_section,
|
||||||
@ -401,7 +401,7 @@ TALER_TESTING_prepare_nexus (const char *config_filename,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
enum GNUNET_GenericReturnValue
|
||||||
TALER_TESTING_prepare_bank (const char *config_filename,
|
TALER_TESTING_prepare_bank (const char *config_filename,
|
||||||
int reset_db,
|
int reset_db,
|
||||||
const char *config_section,
|
const char *config_section,
|
||||||
@ -582,7 +582,7 @@ TALER_TESTING_prepare_bank (const char *config_filename,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
enum GNUNET_GenericReturnValue
|
||||||
TALER_TESTING_prepare_fakebank (const char *config_filename,
|
TALER_TESTING_prepare_fakebank (const char *config_filename,
|
||||||
const char *config_section,
|
const char *config_section,
|
||||||
struct TALER_TESTING_BankConfiguration *bc)
|
struct TALER_TESTING_BankConfiguration *bc)
|
||||||
|
Loading…
Reference in New Issue
Block a user