prysm-pulse/validator/txpool/service_test.go
2018-08-22 12:15:21 -07:00

7 lines
156 B
Go

package txpool
import "github.com/prysmaticlabs/prysm/shared"
// Verifies that TXPool implements the Service interface.
var _ = shared.Service(&TXPool{})