address comment

This commit is contained in:
Mamy André-Ratsimbazafy 2019-03-25 14:32:30 +01:00 committed by zah
parent 808c5edfc0
commit 9b520d3949
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ proc updateHead(node: BeaconNode, slot: Slot): BlockRef =
node.attestationPool.resolve(node.state.data)
# TODO move all of this logic to BlockPool
info "Preparing for fork choice",
debug "Preparing for fork choice",
currentHeadBlock = shortLog(node.state.root),
connectedPeers = node.network.connectedPeers,
stateSlot = humaneSlotNum(node.state.data.slot),