mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 18:21:20 +00:00
93298dfc56
* Fix #11948 and reduces call to `GetFeeRecipientByPubKey` only in `ListFeeRecipientByPubkey` in nothing is defined in VC * Fix typo
13 lines
380 B
Python
13 lines
380 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["interface_mock.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v3/crypto/bls/common/mock",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//crypto/bls/common:go_default_library",
|
|
"@com_github_golang_mock//gomock:go_default_library",
|
|
],
|
|
)
|