diff --git a/cmd/pool/auction.go b/cmd/pool/auction.go index 06221a8..c6e5a07 100644 --- a/cmd/pool/auction.go +++ b/cmd/pool/auction.go @@ -73,7 +73,7 @@ type Snapshot struct { MatchedMarkets Markets `json:"matched_markets"` } -// NewSnapshotsFromProtos creates a display Snapshot from its proto. +// NewSnapshotsFromProto creates a display Snapshot from its proto. func NewSnapshotsFromProto(s []*auctioneerrpc.BatchSnapshotResponse) []*Snapshot { result := make([]*Snapshot, len(s)) for idx, snapshot := range s {