prysm-pulse/client/txpool/service_test.go
2018-07-24 10:21:58 -05: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{})