From 72be10f9a5a00d0d7167a4337aef75f09602e97e Mon Sep 17 00:00:00 2001 From: terence tsao Date: Tue, 9 Mar 2021 11:56:05 -0800 Subject: [PATCH] Ran go imports (#8582) --- 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 6df7d6ac0..7754d6914 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" )