Skip to content

Commit

Permalink
proof: remove CourierType rename TODO, enhance doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Sep 7, 2023
1 parent 98f785d commit 6e3bf67
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions proof/courier.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ import (
"google.golang.org/grpc/status"
)

// CourierType is an enum that represents the different types of proof courier
// services.
//
// TODO(ffranr): Rename to CourierProtocol.
// CourierType is an enum that represents the different proof courier services
// protocols that are supported.
type CourierType string

const (
Expand Down

0 comments on commit 6e3bf67

Please sign in to comment.