From d3fac1856277e6a832c261f1820ed34a95301e1d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 11 May 2017 16:24:41 +0200 Subject: take the history array from "data" field returned by the bank --- src/bank-lib/test_bank_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bank-lib/test_bank_api.c') diff --git a/src/bank-lib/test_bank_api.c b/src/bank-lib/test_bank_api.c index 4a378521..800dc56a 100644 --- a/src/bank-lib/test_bank_api.c +++ b/src/bank-lib/test_bank_api.c @@ -62,6 +62,7 @@ run (void *cls) .details.admin_add_incoming.credit_account_no = 1, .details.admin_add_incoming.debit_account_no = 2, /* Ignored */ .details.admin_add_incoming.amount = "PUDOS:5.01" }, + #if 0 /* Ask Exchange's incoming history */ { .oc = TBI_OC_HISTORY, .label = "history-1c", @@ -69,6 +70,7 @@ run (void *cls) .details.history.direction = TALER_BANK_DIRECTION_CREDIT, .details.history.start_row_ref = NULL, .details.history.num_results = 5 }, + #endif /* Ask Exchange's outgoing history, 5 records into the future?? */ { .oc = TBI_OC_HISTORY, .label = "history-2d", -- cgit v1.2.3