aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_revoke.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-03 12:57:04 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-03 12:57:04 +0100
commitf6877449eb6aa994df6cc1a125f983ece1f6ad39 (patch)
tree9779059f00578f30ffd481dbd80415d7a7a16269 /src/testing/testing_api_cmd_revoke.c
parente0687b90f1f208a4dd72c4a0792334ee54debf03 (diff)
downloadexchange-f6877449eb6aa994df6cc1a125f983ece1f6ad39.tar.xz
implement testing_api_cmd_take_aml_decision.c
Diffstat (limited to 'src/testing/testing_api_cmd_revoke.c')
-rw-r--r--src/testing/testing_api_cmd_revoke.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_revoke.c b/src/testing/testing_api_cmd_revoke.c
index 4522dede1..f734be1a4 100644
--- a/src/testing/testing_api_cmd_revoke.c
+++ b/src/testing/testing_api_cmd_revoke.c
@@ -141,14 +141,12 @@ revoke_run (void *cls,
/* Get denom pub from trait */
coin_cmd = TALER_TESTING_interpreter_lookup_command (is,
rs->coin_reference);
-
if (NULL == coin_cmd)
{
GNUNET_break (0);
TALER_TESTING_interpreter_fail (is);
return;
}
-
GNUNET_assert (GNUNET_OK ==
TALER_TESTING_get_trait_denom_pub (coin_cmd,
0,