Rename state_fetcher.go (#8646)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Radosław Kapka 2021-03-24 10:08:39 +01:00 committed by GitHub
parent 3e92ae0f48
commit 2fe50c5edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["state_fetcher.go"],
srcs = ["fetcher.go"],
importpath = "github.com/prysmaticlabs/prysm/beacon-chain/rpc/statefetcher",
visibility = ["//beacon-chain:__subpackages__"],
deps = [
@ -19,7 +19,7 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["state_fetcher_test.go"],
srcs = ["fetcher_test.go"],
embed = [":go_default_library"],
deps = [
"//beacon-chain/blockchain/testing:go_default_library",