internal.ethapi.api: Remove unnecessary pool field from Async

This commit is contained in:
Patrick Mylund Nielsen 2016-12-20 12:38:01 -05:00
parent 6d0bd81048
commit 5c9bcbb5a8
1 changed files with 1 additions and 2 deletions

View File

@ -319,8 +319,7 @@ type argsAndPayload struct {
type Async struct {
sync.Mutex
sem chan struct{}
pool []*argsAndPayload
sem chan struct{}
}
func (a *Async) send(ctx context.Context, s *PublicTransactionPoolAPI, asyncArgs AsyncSendTxArgs) {