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
+4
-4
@@ -169,10 +169,10 @@ pub fn sync_block_header(
|
||||
pub fn process_block_header(bh: &BlockHeader, mut ctx: BlockContext) -> Result<(), Error> {
|
||||
debug!(
|
||||
LOGGER,
|
||||
"pipe: process_block_header: {} at {}",
|
||||
bh.hash(),
|
||||
bh.height
|
||||
);
|
||||
"pipe: process_block_header at {} [{}]",
|
||||
bh.height,
|
||||
bh.hash()
|
||||
); // keep this
|
||||
|
||||
check_header_known(bh.hash(), &mut ctx)?;
|
||||
validate_header(&bh, &mut ctx)
|
||||
|
||||
Reference in New Issue
Block a user