diff options
Diffstat (limited to 'bidder/auction.go')
-rw-r--r-- | bidder/auction.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bidder/auction.go b/bidder/auction.go index 15eca78..5331136 100644 --- a/bidder/auction.go +++ b/bidder/auction.go @@ -45,7 +45,7 @@ func (a *auction) Join(bidder seal.Bidder) { a.bidder = bidder } -// Received is called by the consumer whenever a message came in for the auction via the dashboard +// Received is called by the bidder whenever a message came in for the auction via the dashboard // or other means of communication. func (a *auction) Received(msg []byte) error { return fmt.Errorf("Auction.Received not implemented") |