From 2a9077c5cb1f565b867a3158a77c459abeab9cf3 Mon Sep 17 00:00:00 2001 From: Nikita Kryuchkov Date: Mon, 28 Oct 2024 09:42:03 -0300 Subject: [PATCH] fix build and lint --- eth/eventhandler/event_handler.go | 1 - ibft/genesisstorage/store.go | 0 2 files changed, 1 deletion(-) delete mode 100644 ibft/genesisstorage/store.go diff --git a/eth/eventhandler/event_handler.go b/eth/eventhandler/event_handler.go index 7095f8d59c..afacd35f43 100644 --- a/eth/eventhandler/event_handler.go +++ b/eth/eventhandler/event_handler.go @@ -18,7 +18,6 @@ import ( "github.com/bloxapp/ssv/eth/eventparser" "github.com/bloxapp/ssv/eth/executionclient" "github.com/bloxapp/ssv/eth/localevents" - qbftstorage "github.com/bloxapp/ssv/ibft/storage" "github.com/bloxapp/ssv/logging/fields" "github.com/bloxapp/ssv/networkconfig" operatordatastore "github.com/bloxapp/ssv/operator/datastore" diff --git a/ibft/genesisstorage/store.go b/ibft/genesisstorage/store.go deleted file mode 100644 index e69de29bb2..0000000000