summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_wallet_get_tip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_wallet_get_tip.c')
-rw-r--r--src/testing/testing_api_cmd_wallet_get_tip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testing/testing_api_cmd_wallet_get_tip.c b/src/testing/testing_api_cmd_wallet_get_tip.c
index f7786973..0c19a5b9 100644
--- a/src/testing/testing_api_cmd_wallet_get_tip.c
+++ b/src/testing/testing_api_cmd_wallet_get_tip.c
@@ -89,7 +89,6 @@ wallet_tip_get_cb (void *cls,
const char *exchange_url,
const struct TALER_Amount *amount_remaining)
{
- /* FIXME, deeper checks should be implemented here. */
struct WalletTipGetState *gts = cls;
const struct TALER_TESTING_Command *tip_cmd;
@@ -111,8 +110,6 @@ wallet_tip_get_cb (void *cls,
switch (hr->http_status)
{
case MHD_HTTP_OK:
- // FIXME: use gts->tip_reference here to
- // check if the data returned matches that from the POST / PATCH
if (gts->cmp_amounts)
{
if ((GNUNET_OK != TALER_amount_cmp_currency (&gts->amount_remaining,