Skip to content

Commit

Permalink
fix eigenda.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jun 20, 2024
1 parent b5270aa commit f1a82aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/eigenda.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (e EigenDAStore) Put(ctx context.Context, value []byte) (comm []byte, err e
return bytes, nil
}

// Entries is a no-op for EigenDA Store
// Entries are a no-op for EigenDA Store
func (e EigenDAStore) Stats() *common.Stats {
return nil
}

0 comments on commit f1a82aa

Please sign in to comment.