Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Jul 30, 2024
1 parent 0bc3dcd commit d779162
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/traffic/test/mock_disperser.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ func (m *mockDisperserClient) GetBlobStatus(ctx context.Context, key []byte) (*d
Status: status,
Info: &disperser_rpc.BlobInfo{
BlobVerificationProof: &disperser_rpc.BlobVerificationProof{
BatchMetadata: &disperser_rpc.BatchMetadata{
BatchHeaderHash: nil, // TODO
},
BatchMetadata: &disperser_rpc.BatchMetadata{},
},
},
}, nil
Expand Down

0 comments on commit d779162

Please sign in to comment.