mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
d98a6dda8f
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
8 lines
142 B
Go
8 lines
142 B
Go
package attestations
|
|
|
|
import (
|
|
"github.com/prysmaticlabs/prysm/beacon-chain/operations/attestations/kv"
|
|
)
|
|
|
|
var _ Pool = (*kv.AttCaches)(nil)
|