From 8440de13339a3b38d9efa18b69df409e45cde625 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Nov 2017 15:46:52 +0100 Subject: work on #5077: reserve_pub vs. wtid issue, add reject functionality to wire plugin API (with stub implementations for now) --- src/wire/test_wire_plugin_transactions_test.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/wire/test_wire_plugin_transactions_test.c') diff --git a/src/wire/test_wire_plugin_transactions_test.c b/src/wire/test_wire_plugin_transactions_test.c index ce31e99e..26331b5b 100644 --- a/src/wire/test_wire_plugin_transactions_test.c +++ b/src/wire/test_wire_plugin_transactions_test.c @@ -211,9 +211,8 @@ history_result_cb (void *cls, return GNUNET_SYSERR; } if (0 != memcmp (&wtid, - &details->reserve_pub, - GNUNET_MIN (sizeof (struct TALER_ReservePublicKeyP), - sizeof (wtid)))) + &details->wtid, + sizeof (struct TALER_WireTransferIdentifierRawP))) { GNUNET_break (0); global_ret = GNUNET_SYSERR; -- cgit v1.2.3