commit f7deeacb20801174da1250d99c252708f6219420 parent a53e825714c54801f53d75414fb49c29bbcd7905 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Sat, 26 May 2018 10:51:37 +0200 minor edit Diffstat:
| M | src/exchange-lib/testing_api_cmd_fakebank_transfer.c | | | 6 | +++--- |
1 file 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 @@ -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;