mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Implement Proposer Attestation Check for Block Validity (#508)
This commit is contained in:
@@ -89,7 +89,7 @@ func (a *Attester) run(done <-chan struct{}, client pb.AttesterServiceClient) {
|
||||
latestBlockHash := blake2b.Sum512(data)
|
||||
|
||||
req := &pb.AttestRequest{
|
||||
Attestation: &pbp2p.AttestationRecord{
|
||||
Attestation: &pbp2p.AggregatedAttestation{
|
||||
Slot: latestBeaconBlock.GetSlotNumber(),
|
||||
ShardId: a.shardID,
|
||||
ShardBlockHash: latestBlockHash[:],
|
||||
|
||||
Reference in New Issue
Block a user