Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Sep 13, 2024
1 parent 81adb0a commit 4e91ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/btcstaking/keeper/finality_providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func (k Keeper) NotifyConsumersOfSlashedFinalityProvider(ctx context.Context, fp

// Send event to each involved consumer chain
for _, consumerID := range restakedFPConsumerIDs {
// TODO: repeated set ops in KV store is inefficient; consider refactoring
if err := k.AddBTCStakingConsumerEvent(ctx, consumerID, consumerEvent); err != nil {
return err
}
Expand Down

0 comments on commit 4e91ce8

Please sign in to comment.