diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-26 10:51:37 +0200 | 
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-26 10:51:37 +0200 | 
| commit | f7deeacb20801174da1250d99c252708f6219420 (patch) | |
| tree | 61e0cc14db3443da522be89bbf640d0e6e9bf224 /src | |
| parent | a53e825714c54801f53d75414fb49c29bbcd7905 (diff) | |
minor edit
Diffstat (limited to 'src')
| -rw-r--r-- | src/exchange-lib/testing_api_cmd_fakebank_transfer.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/exchange-lib/testing_api_cmd_fakebank_transfer.c b/src/exchange-lib/testing_api_cmd_fakebank_transfer.c index 733ceb4c..0b0734b6 100644 --- a/src/exchange-lib/testing_api_cmd_fakebank_transfer.c +++ b/src/exchange-lib/testing_api_cmd_fakebank_transfer.c @@ -34,7 +34,7 @@  #include "taler_testing_bank_lib.h"  /** - * + * State for a "fakebank transfer" CMD.   */  struct FakebankTransferState  { @@ -90,7 +90,7 @@ struct FakebankTransferState    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; @@ -105,7 +105,7 @@ struct FakebankTransferState    uint64_t serial_id;    /** -   * Exchange URL. +   * Exchange URL.  FIXME: explaing this data purpose.     */    const char *exchange_url; | 
