Log latest indexed block
This commit is contained in:
parent
62a78f18ad
commit
125bfe0e15
|
@ -58,6 +58,7 @@ impl Parser {
|
|||
.take_while(|h| indexed_blockhashes.contains(h.hash()))
|
||||
.last()
|
||||
.expect("no indexed header found");
|
||||
debug!("last indexed block: {:?}", last_header);
|
||||
last_indexed_block(last_header.hash())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user