mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
13 lines
395 B
Python
13 lines
395 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = ["fee-recipient-config.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/config/validator/service",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = [
|
||
|
"//config/fieldparams:go_default_library",
|
||
|
"@com_github_ethereum_go_ethereum//common:go_default_library",
|
||
|
],
|
||
|
)
|