prysm-pulse/sharding/txpool/service_test.go

7 lines
169 B
Go
Raw Normal View History

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