aboutsummaryrefslogtreecommitdiff
path: root/auction.go
diff options
context:
space:
mode:
Diffstat (limited to 'auction.go')
-rw-r--r--auction.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/auction.go b/auction.go
index 50d6a2b..aeff7b3 100644
--- a/auction.go
+++ b/auction.go
@@ -36,9 +36,7 @@ type SignedDesciption struct {
}
// Bidder is the interface that the Auction engine uses to communicate
-// with an bidder implementation
type Bidder interface {
Result()
- Broadcast()
- Unicast()
+ Send(msg []byte, sig []byte)
}