reconstruct and broadcast before validator duties
This commit is contained in:
parent
077b59249d
commit
e81ce6cf20
|
@ -1852,8 +1852,8 @@ proc onSlotStart(node: BeaconNode, wallTime: BeaconTime,
|
|||
|
||||
node.consensusManager[].updateHead(wallSlot)
|
||||
|
||||
await node.handleValidatorDuties(lastSlot, wallSlot)
|
||||
await node.reconstructAndSendDataColumns()
|
||||
await node.handleValidatorDuties(lastSlot, wallSlot)
|
||||
await onSlotEnd(node, wallSlot)
|
||||
|
||||
# https://github.com/ethereum/builder-specs/blob/v0.4.0/specs/bellatrix/validator.md#registration-dissemination
|
||||
|
|
Loading…
Reference in New Issue