From b0c53a976094d5d8448dba7172ded24b53ae4f06 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Tue, 9 Mar 2021 10:23:49 -0800 Subject: [PATCH] Ran go imports --- cmd/validator/slashing-protection/slashing-protection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/validator/slashing-protection/slashing-protection.go b/cmd/validator/slashing-protection/slashing-protection.go index 6df7d6ac0891..7754d6914847 100644 --- a/cmd/validator/slashing-protection/slashing-protection.go +++ b/cmd/validator/slashing-protection/slashing-protection.go @@ -5,7 +5,7 @@ import ( "github.com/prysmaticlabs/prysm/shared/cmd" "github.com/prysmaticlabs/prysm/shared/featureconfig" "github.com/prysmaticlabs/prysm/shared/tos" - "github.com/prysmaticlabs/prysm/validator/slashing-protection" + slashingprotection "github.com/prysmaticlabs/prysm/validator/slashing-protection" "github.com/urfave/cli/v2" )