mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 11:41:21 +00:00
92af8bc351
Former-commit-id: b7b8bbd10777012ae6f7d30eb6b05c3b1c3ec5d3 [formerly 06e1112fa0e1092a7137186d3a386972daa2effe] Former-commit-id: ff2bc760c9dafb6250f056606eb2cbf96b6afa5b
7 lines
161 B
Go
7 lines
161 B
Go
package txpool
|
|
|
|
import "github.com/prysmaticlabs/prysm/client/types"
|
|
|
|
// Verifies that TXPool implements the Service interface.
|
|
var _ = types.Service(&TXPool{})
|