Skip to content

Commit

Permalink
Update broadcast_storage_handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaying-peng committed Apr 24, 2024
1 parent 4865fd3 commit 453eabc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/processor/broadcast_storage_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ import (

var _ modules.BroadcastStorageHandler = (*BroadcastStorageHandler)(nil)

var stakingOpsTypes = []string{"stake", "unstake", "withdraw", "restake"}

// BroadcastStorageHandler is invoked whenever a block is added
// or removed from block storage so that balance changes
// can be sent to other functions (ex: reconciler).
Expand Down

0 comments on commit 453eabc

Please sign in to comment.