Testnet2 small fixes (#899)
* add hint for gcc-5 for building CUDA plugin * add N_BLOCks comment for >=6GB GPU cards * minor logging cleanup * mark to be kept + reformat as "@ height [hash]" * show CuckooNN + better wording
This commit is contained in:
committed by
Ignotus Peverell
parent
ea9a978c87
commit
3e3fe6cae6
@@ -502,7 +502,7 @@ impl<'a> Extension<'a> {
|
||||
pub fn rewind(&mut self, block_header: &BlockHeader) -> Result<(), Error> {
|
||||
let hash = block_header.hash();
|
||||
let height = block_header.height;
|
||||
debug!(LOGGER, "Rewind to header {} at {}", hash, height);
|
||||
debug!(LOGGER, "Rewind to header at {} [{}]", height, hash); // keep this
|
||||
|
||||
// rewind each MMR
|
||||
let (out_pos_rew, kern_pos_rew) = self.commit_index.get_block_marker(&hash)?;
|
||||
|
||||
Reference in New Issue
Block a user