Skip to content

Commit

Permalink
Update crypto_bls_ext.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
systemzax authored Aug 22, 2024
1 parent b2c7d0d commit 76de7e8
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 76de7e8

Please sign in to comment.