prysm-pulse/sharding/txpool/service_test.go
Terence Tsao 1bd464aade updated shardConfig to config
Former-commit-id: ec3595f6111b15e2ea6a3ecd35e6a3934314a662 [formerly df7289f224ce6bc35ef9dd2ec6e129662aad3489]
Former-commit-id: ae8e1f1b95b113767cb3fa0e0835e59043ceca32
2018-06-13 10:37:23 -07:00

7 lines
161 B
Go

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