mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 11:41:21 +00:00
2624cd2b3c
Former-commit-id: b853fd1c3ea2284d30d7f3032cf83287c7198c10 [formerly c012daacceec9cb3497f1d066ee3ca2d20aa5b14] Former-commit-id: 0a5a60c296f878c7057b25fc759dec2487363d30
7 lines
171 B
Go
7 lines
171 B
Go
package txpool
|
|
|
|
import "github.com/prysmaticlabs/geth-sharding/sharding/types"
|
|
|
|
// Verifies that TXPool implements the Service interface.
|
|
var _ = types.Service(&TXPool{})
|