prysm-pulse/sharding/txpool/service_test.go

7 lines
168 B
Go
Raw Normal View History

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