From 76de7e8b9af5d40ba2835dab98782b92be1526b8 Mon Sep 17 00:00:00 2001 From: Guillaume Babin-Tremblay Date: Thu, 22 Aug 2024 06:59:42 -0600 Subject: [PATCH] Update crypto_bls_ext.hpp --- libraries/eosiolib/core/eosio/crypto_bls_ext.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp b/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp index 26f9fc82f..87236f7a9 100644 --- a/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp +++ b/libraries/eosiolib/core/eosio/crypto_bls_ext.hpp @@ -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(ret.data()), ret.size()); return ret; }