diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-28 10:41:49 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-28 10:41:49 +0200 |
commit | b1015a9992a915cd7457637988d86e32077588e5 (patch) | |
tree | 9d78acb20292766398386a11e31116ad38b5a779 | |
parent | 48cccb62ca8ccd27216c6d42b2eee5e4689a7922 (diff) |
Commenting last change.
-rw-r--r-- | src/exchange-lib/test_exchange_api_new.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchange-lib/test_exchange_api_new.c b/src/exchange-lib/test_exchange_api_new.c index b0819f81b..e3b383667 100644 --- a/src/exchange-lib/test_exchange_api_new.c +++ b/src/exchange-lib/test_exchange_api_new.c @@ -495,6 +495,11 @@ run (void *cls, (43, fakebank_url), "{\"items\":[{\"name\":\"ice cream\",\"value\":1}]}", + /** + * This large time unit should NEVER result in + * a wire transfer from the aggregation CMD below. + * Bug number: #5366. + */ GNUNET_TIME_UNIT_FOREVER_REL, "EUR:5", MHD_HTTP_OK), |