make static analysis happy
This commit is contained in:
parent
8dbc19758b
commit
73ee593b76
@ -419,6 +419,8 @@ TALER_FAKEBANK_make_admin_transfer (struct TALER_FAKEBANK_Handle *h,
|
|||||||
{
|
{
|
||||||
struct Transaction *t;
|
struct Transaction *t;
|
||||||
|
|
||||||
|
GNUNET_assert (NULL != debit_account);
|
||||||
|
GNUNET_assert (NULL != credit_account);
|
||||||
GNUNET_break (0 != strncasecmp ("payto://",
|
GNUNET_break (0 != strncasecmp ("payto://",
|
||||||
debit_account,
|
debit_account,
|
||||||
strlen ("payto://")));
|
strlen ("payto://")));
|
||||||
|
Loading…
Reference in New Issue
Block a user