mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
93298dfc56
* Fix #11948 and reduces call to `GetFeeRecipientByPubKey` only in `ListFeeRecipientByPubkey` in nothing is defined in VC * Fix typo
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 = ["proposer-settings.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v3/config/validator/service",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//config/fieldparams:go_default_library",
|
|
"@com_github_ethereum_go_ethereum//common:go_default_library",
|
|
],
|
|
)
|