address comment
This commit is contained in:
parent
808c5edfc0
commit
9b520d3949
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue