add block_hash to head_info so we can easily use them later (#3060)
This commit is contained in:
@@ -86,6 +86,7 @@ fn repeat(interval: u64, diff: HeaderInfo, len: u64, cur_time: Option<u64>) -> V
|
||||
pairs
|
||||
.map(|(t, d)| {
|
||||
HeaderInfo::new(
|
||||
diff.block_hash,
|
||||
cur_time + t as u64,
|
||||
d.clone(),
|
||||
diff.secondary_scaling,
|
||||
|
||||
Reference in New Issue
Block a user