Skip to content

Commit

Permalink
remove responder
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlagore committed Jul 26, 2017
1 parent 99c2267 commit c5b2ab3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ type App struct {
Pool *pool.Pool
}

// Responder is used to handle requests who require a response.
type Responder interface {
Send(ok bool)
Lock()
Unlock()
}

// BlockWorkQueue is a queue of blocks to process.
var blockQueue = make(chan *blockchain.Block, blockQueueSize)

Expand Down

0 comments on commit c5b2ab3

Please sign in to comment.