diff options
Diffstat (limited to 'src/testing/testing_api_cmd_deposits_get.c')
-rw-r--r-- | src/testing/testing_api_cmd_deposits_get.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/testing/testing_api_cmd_deposits_get.c b/src/testing/testing_api_cmd_deposits_get.c index 9b65822b4..d5617ec25 100644 --- a/src/testing/testing_api_cmd_deposits_get.c +++ b/src/testing/testing_api_cmd_deposits_get.c | |||
@@ -111,8 +111,7 @@ deposit_wtid_cb (void *cls, | |||
111 | switch (hr->http_status) | 111 | switch (hr->http_status) |
112 | { | 112 | { |
113 | case MHD_HTTP_OK: | 113 | case MHD_HTTP_OK: |
114 | GNUNET_assert (NULL != dd->wtid); | 114 | tts->wtid = dd->wtid; |
115 | tts->wtid = *dd->wtid; | ||
116 | if (NULL != tts->bank_transfer_reference) | 115 | if (NULL != tts->bank_transfer_reference) |
117 | { | 116 | { |
118 | const struct TALER_TESTING_Command *bank_transfer_cmd; | 117 | const struct TALER_TESTING_Command *bank_transfer_cmd; |
@@ -140,11 +139,7 @@ deposit_wtid_cb (void *cls, | |||
140 | } | 139 | } |
141 | 140 | ||
142 | /* Compare that expected and gotten subjects match. */ | 141 | /* Compare that expected and gotten subjects match. */ |
143 | <<<<<<< HEAD | ||
144 | if (0 != GNUNET_memcmp (&dd->wtid, | 142 | if (0 != GNUNET_memcmp (&dd->wtid, |
145 | ======= | ||
146 | if (0 != GNUNET_memcmp (dd->wtid, | ||
147 | >>>>>>> modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into a struct (simplifies merchant later) | ||
148 | wtid_want)) | 143 | wtid_want)) |
149 | { | 144 | { |
150 | GNUNET_break (0); | 145 | GNUNET_break (0); |