1
0
Fork 0
forked from lthn/blockchain

added log message for COMMAND_RPC_GETBLOCKTEMPLATE

This commit is contained in:
cryptozoidberg 2024-03-27 20:06:20 +01:00
parent d2ee1b3fa8
commit f3820c32f2
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -983,7 +983,7 @@ namespace currency
res.seed = currency::ethash_epoch_to_seed(currency::ethash_height_to_epoch(res.height));
res.status = API_RETURN_CODE_OK;
LOG_PRINT_L1("COMMAND_RPC_GETBLOCKTEMPLATE OK, response block: " << ENDL << currency::obj_to_json_str(resp.b));
return true;
}
//------------------------------------------------------------------------------------------------------------------------------