diff --git a/substrate/validator-sets/pallet/src/lib.rs b/substrate/validator-sets/pallet/src/lib.rs index 571d83ada..3be493d16 100644 --- a/substrate/validator-sets/pallet/src/lib.rs +++ b/substrate/validator-sets/pallet/src/lib.rs @@ -301,6 +301,8 @@ pub mod pallet { impl Pallet { fn new_set(network: NetworkId) { + // TODO: prevent new set if it doesn't have enough stake for economic security. + // Update CurrentSession let session = { let new_session = CurrentSession::::get(network)