|
|
@ -1297,12 +1297,8 @@ show_block(uint64_t _blk_height)
|
|
|
|
|
|
|
|
|
|
|
|
// initalise page tempate map with basic info about blockchain
|
|
|
|
// initalise page tempate map with basic info about blockchain
|
|
|
|
|
|
|
|
|
|
|
|
string blk_pow_hash_str = pod_to_hex(get_block_longhash(
|
|
|
|
string blk_pow_hash_str = pod_to_hex(get_block_longhash(core_storage, blk, _blk_height, 0));
|
|
|
|
core_storage, blk, _blk_height, 0));
|
|
|
|
cryptonote::difficulty_type blk_difficulty = core_storage->get_db().get_block_difficulty(_blk_height);
|
|
|
|
|
|
|
|
|
|
|
|
cryptonote::difficulty_type blk_difficulty
|
|
|
|
|
|
|
|
= core_storage->get_db().get_block_difficulty(_blk_height);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mstch::map context {
|
|
|
|
mstch::map context {
|
|
|
|
{"testnet" , testnet},
|
|
|
|
{"testnet" , testnet},
|
|
|
|