minor edit

This commit is contained in:
Marcello Stanisci 2018-05-26 10:51:37 +02:00
parent a53e825714
commit f7deeacb20
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -34,7 +34,7 @@
#include "taler_testing_bank_lib.h" #include "taler_testing_bank_lib.h"
/** /**
* * State for a "fakebank transfer" CMD.
*/ */
struct FakebankTransferState struct FakebankTransferState
{ {
@ -90,7 +90,7 @@ struct FakebankTransferState
struct TALER_ReservePrivateKeyP reserve_priv; struct TALER_ReservePrivateKeyP reserve_priv;
/** /**
* Set to the API's handle during the operation. * Handle to the pending request at the fakebank.
*/ */
struct TALER_BANK_AdminAddIncomingHandle *aih; struct TALER_BANK_AdminAddIncomingHandle *aih;
@ -105,7 +105,7 @@ struct FakebankTransferState
uint64_t serial_id; uint64_t serial_id;
/** /**
* Exchange URL. * Exchange URL. FIXME: explaing this data purpose.
*/ */
const char *exchange_url; const char *exchange_url;