polish track CMD
This commit is contained in:
parent
ba711d7cd9
commit
566ad4f0b5
@ -520,7 +520,6 @@ track_transfer_cb
|
|||||||
struct TALER_TESTING_Interpreter *is = tts->is;
|
struct TALER_TESTING_Interpreter *is = tts->is;
|
||||||
struct TALER_TESTING_Command *cmd = &is->commands[is->ip];
|
struct TALER_TESTING_Command *cmd = &is->commands[is->ip];
|
||||||
|
|
||||||
const struct TALER_TESTING_Command *wtid_cmd;
|
|
||||||
struct TALER_Amount expected_amount;
|
struct TALER_Amount expected_amount;
|
||||||
|
|
||||||
tts->tth = NULL;
|
tts->tth = NULL;
|
||||||
@ -588,17 +587,6 @@ track_transfer_cb
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: this block does nothing. Remove? */
|
|
||||||
wtid_cmd = TALER_TESTING_interpreter_lookup_command
|
|
||||||
(is, tts->wtid_reference);
|
|
||||||
|
|
||||||
if (NULL == wtid_cmd)
|
|
||||||
{
|
|
||||||
GNUNET_break (0);
|
|
||||||
TALER_TESTING_interpreter_fail (is);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Optionally checking: (1) wire-details for this transfer
|
* Optionally checking: (1) wire-details for this transfer
|
||||||
* match the ones from a referenced "deposit" operation -
|
* match the ones from a referenced "deposit" operation -
|
||||||
|
Loading…
Reference in New Issue
Block a user