1
0
Fork 0
forked from lthn/blockchain

removed temporary code

This commit is contained in:
cryptozoidberg 2024-10-18 00:27:18 +04:00
parent b2e9872645
commit b5a44b1698
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -124,14 +124,6 @@ namespace currency
//-----------------------------------------------------------------------------------------------------
void miner::do_print_hashrate(bool do_hr)
{
#ifdef _DEBUG
currency::asset_descriptor_operation ado;
std::stringstream ss;
bool r = tools::portble_serialize_obj_to_stream(ado, ss);
std::cout << r;
#endif
m_do_print_hashrate = do_hr;
}
//-----------------------------------------------------------------------------------------------------