diff options
Diffstat (limited to 'src/wire-plugins/test_wire_plugin_transactions_taler-bank.c')
-rw-r--r-- | src/wire-plugins/test_wire_plugin_transactions_taler-bank.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c b/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c index 3d7fa76e0..2cda49a05 100644 --- a/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c +++ b/src/wire-plugins/test_wire_plugin_transactions_taler-bank.c | |||
@@ -274,16 +274,6 @@ confirmation_cb (void *cls, | |||
274 | 5, | 274 | 5, |
275 | &history_result_cb, | 275 | &history_result_cb, |
276 | NULL); | 276 | NULL); |
277 | |||
278 | GNUNET_assert | ||
279 | (NULL != (hhr = plugin->get_history_range | ||
280 | (plugin->cls, | ||
281 | my_account, | ||
282 | TALER_BANK_DIRECTION_BOTH, | ||
283 | GNUNET_TIME_UNIT_ZERO_ABS, | ||
284 | GNUNET_TIME_UNIT_FOREVER_ABS, | ||
285 | &history_result_cb, | ||
286 | NULL))); | ||
287 | } | 277 | } |
288 | 278 | ||
289 | 279 | ||