mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Clean Up Todos and Add in Issue Checker (#640)
This commit is contained in:
@@ -168,8 +168,7 @@ func (p *Proposer) run(done <-chan struct{}, client pb.ProposerServiceClient) {
|
||||
p.lock.Lock()
|
||||
|
||||
bitmask := p.GenerateBitmask(p.pendingAttestation)
|
||||
|
||||
// TODO(#552): Implement real proposals with randao reveals and attestation fields.
|
||||
// TODO(#619): Implement real proposals with randao reveals and attestation fields.
|
||||
req := &pb.ProposeRequest{
|
||||
ParentHash: latestBlockHash[:],
|
||||
// TODO(#511): Fix to be the actual, timebased slot number instead.
|
||||
|
||||
Reference in New Issue
Block a user