Skip to content

Commit

Permalink
Better TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Aug 7, 2024
1 parent 586d9ac commit 7c49828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/btc-staking/src/staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ pub fn compute_active_finality_providers(
.unzip();

// TODO: Online FPs verification
// TODO: Filter out offline / jailed FPs
// TODO: Filter out slashed / offline / jailed FPs
// Save the new set of active finality providers
// TODO: Purge old (height - finality depth) FP_SET entries to avoid bloating the storage
FP_SET.save(storage, env.block.height, &finality_providers)?;
Expand Down

0 comments on commit 7c49828

Please sign in to comment.