Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed May 26, 2024
1 parent d12150d commit 2408050
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mod/beacon/blockchain/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,15 @@ func (s *Service[

// postBlockProcessTasks performs post block processing tasks.
//
// TODO: Deprecate this function and move it's usage outside of the main block processing thread.
func (s *Service[AvailabilityStoreT, ReadOnlyBeaconStateT, BlobSidecarsT, DepositStoreT]) postBlockProcessTasks(
// TODO: Deprecate this function and move it's usage outside of the main block
// processing thread.
func (s *Service[
AvailabilityStoreT, ReadOnlyBeaconStateT,
BlobSidecarsT, DepositStoreT,
]) postBlockProcessTasks(
ctx context.Context,
st ReadOnlyBeaconStateT,
) error {

// Prune deposits.
// TODO: This should be moved into a go-routine in the background.
// Watching for logs should be completely decoupled as well.
Expand Down

0 comments on commit 2408050

Please sign in to comment.