mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
Implement ListPoolAttesterSlashings in the beacon API (#8492)
* pool interface and mock * implementation * gofmt * gzl * Use migration package for slashing mapping Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
@@ -68,7 +68,7 @@ type BeaconNode struct {
|
||||
db db.Database
|
||||
attestationPool attestations.Pool
|
||||
exitPool *voluntaryexits.Pool
|
||||
slashingsPool *slashings.Pool
|
||||
slashingsPool slashings.PoolManager
|
||||
depositCache *depositcache.DepositCache
|
||||
stateFeed *event.Feed
|
||||
blockFeed *event.Feed
|
||||
|
||||
Reference in New Issue
Block a user