mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Add RO blob sidecar (#13144)
This commit is contained in:
@@ -470,7 +470,7 @@ func GetMockSignRequest(t string) *validatorpb.SignRequest {
|
||||
SigningRoot: make([]byte, fieldparams.RootLength),
|
||||
SignatureDomain: make([]byte, 4),
|
||||
Object: &validatorpb.SignRequest_Blob{
|
||||
Blob: ð.BlobSidecar{
|
||||
Blob: ð.DeprecatedBlobSidecar{
|
||||
BlockRoot: make([]byte, fieldparams.RootLength),
|
||||
Index: uint64(0),
|
||||
Slot: 0,
|
||||
|
||||
Reference in New Issue
Block a user