make static analysis happy

This commit is contained in:
Christian Grothoff 2020-01-18 19:21:59 +01:00
parent 8dbc19758b
commit 73ee593b76
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -419,6 +419,8 @@ TALER_FAKEBANK_make_admin_transfer (struct TALER_FAKEBANK_Handle *h,
{
struct Transaction *t;
GNUNET_assert (NULL != debit_account);
GNUNET_assert (NULL != credit_account);
GNUNET_break (0 != strncasecmp ("payto://",
debit_account,
strlen ("payto://")));