mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
7 lines
156 B
Go
7 lines
156 B
Go
package txpool
|
|
|
|
import "github.com/prysmaticlabs/prysm/shared"
|
|
|
|
// Verifies that TXPool implements the Service interface.
|
|
var _ = shared.Service(&TXPool{})
|