Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Nov 23, 2023
1 parent ce99224 commit 594df07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blobber.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ func (b *Blobber) calcBeaconBlockDomain(slot beacon_common.Slot) beacon_common.B
}

func (b *Blobber) executeSlotActions(trigger_cl *beacon_client.BeaconClient, blResponse *deneb.BlockContents, validatorKey *keys.ValidatorKey) (bool, error) {

slotAction, err := b.getSlotAction(uint64(blResponse.Block.Slot))
if err != nil {
return false, errors.Wrap(err, "failed to get slot action")
Expand Down

0 comments on commit 594df07

Please sign in to comment.