mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 03:31:20 +00:00
10 lines
349 B
Python
10 lines
349 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = ["protector.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/validator/slashing-protection/iface",
|
||
|
visibility = ["//validator:__subpackages__"],
|
||
|
deps = ["@com_github_prysmaticlabs_ethereumapis//eth/v1alpha1:go_default_library"],
|
||
|
)
|