Unverified Commit da16094e authored by Oleh's avatar Oleh

SKALE-4411 fix typo

parent 9f4d903b
......@@ -69,7 +69,7 @@ bool hex2carray(const char *_hex, uint64_t *_bin_len,
CHECK_STATE(len <= 2 * _max_length);
if (len == 0 && len % 2 == 1)
if (len % 2 == 1)
return false;
*_bin_len = len / 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment