Unverified Commit 4fb2718e authored by kladko's avatar kladko

Continue cleaning

parent 2ed572aa
......@@ -516,6 +516,7 @@ int calc_bls_public_key(char *skey_hex, char *pub_key) {
int ret = 1;
CHECK_ARG_CLEAN(skey_hex);
CHECK_ARG_CLEAN(pub_key);
try {
......
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