mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 19:21:19 +00:00
7 lines
169 B
Go
7 lines
169 B
Go
|
package txpool
|
||
|
|
||
|
import "github.com/ethereum/go-ethereum/sharding"
|
||
|
|
||
|
// Verifies that ShardTXPool implements the TXPool interface.
|
||
|
var _ = sharding.TXPool(&ShardTXPool{})
|