Fix a few docs/logs

This commit is contained in:
Michael Sproul
2019-11-19 14:49:14 +11:00
parent d05774d229
commit 601951ae99
3 changed files with 3 additions and 3 deletions

View File

@@ -933,7 +933,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
self.log,
"Beacon block imported";
"block_root" => format!("{:?}", block_root),
"block_slot" => format!("{:?}", block_root),
"block_slot" => format!("{:?}", block.slot.as_u64()),
);
let _ = self.event_handler.register(EventKind::BeaconBlockImported {
block_root: *block_root,