diff --git a/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp b/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp index 26f9fc82f..594da3ce2 100644 --- a/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp +++ b/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp @@ -346,8 +346,7 @@ 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(ret.data()), ret.size()); - + return ret; }