Skip to content

Commit

Permalink
Merge commit '9c5c88cc85ead9fcb74d970e9fea4c39bd556814' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Aug 22, 2024
2 parents b1cfa30 + 9c5c88c commit dbdfa5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/eosiolib/core/eosio/crypto_bls_ext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ namespace detail {

auto csum = ripemd160(ret.data(), ret.size()).extract_as_byte_array();
eosio::check(0 == memcmp(&*it, csum.data(), bls_checksum_size), "checksum of structure doesn't match");
printhex(static_cast<const void*>(ret.data()), ret.size());

return ret;
}
Expand Down

0 comments on commit dbdfa5f

Please sign in to comment.