[thin_explore] display ranges where possible

This commit is contained in:
Joe Thornber
2020-09-17 17:29:20 +01:00
parent 8493cf7081
commit bcfb9a73a1
2 changed files with 123 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ use crate::pdata::unpack::*;
//------------------------------------------
#[derive(Clone)]
#[derive(Clone, Copy)]
pub struct BlockTime {
pub block: u64,
pub time: u32,