Skip to content

Commit

Permalink
fix(exporter): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
invis-bitfly committed Jan 9, 2025
1 parent 7e40dc8 commit ab9b048
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"fmt"
"math/big"
"sync"
"time"

"github.com/gobitfly/beaconchain/pkg/commons/db"
"github.com/gobitfly/beaconchain/pkg/commons/log"
Expand Down
2 changes: 0 additions & 2 deletions backend/pkg/exporter/modules/execution_rewards_finalizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func NewExecutionRewardFinalizer(moduleContext ModuleContext) ModuleInterface {
}

func (d *executionRewardsFinalizer) Init() error {
log.Infof("hi")
return nil
}

Expand All @@ -37,7 +36,6 @@ func (d *executionRewardsFinalizer) OnChainReorg(event *constypes.StandardEventC
}

func (d *executionRewardsFinalizer) OnFinalizedCheckpoint(event *constypes.StandardFinalizedCheckpointResponse) (err error) {

return nil // nop
}

Expand Down

0 comments on commit ab9b048

Please sign in to comment.