From b490670a8a1eec26b7988be9d5b8b9548c3eb7d1 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 25 Jul 2017 16:39:25 +0200 Subject: comments --- src/lib/test_merchant_api.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c index 81607f15..3e78a0cb 100644 --- a/src/lib/test_merchant_api.c +++ b/src/lib/test_merchant_api.c @@ -2575,6 +2575,11 @@ run (void *cls) * make sure it surpasses the proposal's timestamp. */ .details.history.date.abs_value_us = 0, + /** + * We only expect ONE result (create-proposal-1) to be + * included in /history response, because create-proposal-3 + * did NOT go through because of double spending. + */ .details.history.nresult = 1, .details.history.start = 10, .details.history.nrows = 10 -- cgit v1.2.3