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, 6 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_deposits_get.c b/src/testing/testing_api_cmd_deposits_get.c index 33987e161..58456a492 100644 --- a/src/testing/testing_api_cmd_deposits_get.c +++ b/src/testing/testing_api_cmd_deposits_get.c | |||
@@ -111,7 +111,8 @@ 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 | tts->wtid = dd->wtid; | 114 | GNUNET_assert (NULL != dd->wtid); |
115 | tts->wtid = *dd->wtid; | ||
115 | if (NULL != tts->bank_transfer_reference) | 116 | if (NULL != tts->bank_transfer_reference) |
116 | { | 117 | { |
117 | const struct TALER_TESTING_Command *bank_transfer_cmd; | 118 | const struct TALER_TESTING_Command *bank_transfer_cmd; |
@@ -139,7 +140,11 @@ deposit_wtid_cb (void *cls, | |||
139 | } | 140 | } |
140 | 141 | ||
141 | /* Compare that expected and gotten subjects match. */ | 142 | /* Compare that expected and gotten subjects match. */ |
143 | <<<<<<< HEAD | ||
142 | if (0 != GNUNET_memcmp (&dd->wtid, | 144 | 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) | ||
143 | wtid_want)) | 148 | wtid_want)) |
144 | { | 149 | { |
145 | GNUNET_break (0); | 150 | GNUNET_break (0); |