Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Aug 6, 2024
1 parent 5864614 commit 426bca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ pub mod pallet {
Self::deposit_event(Event::SignerConfirmed(validator_stash));
Ok(Pays::No.into())
}
// TODO weight is pays no but want a more accurate weight for max signers vs current signers
// TODO: weight is pays no but want a more accurate weight for max signers vs current signers see https://github.com/entropyxyz/entropy-core/issues/985
}
}

Expand Down

0 comments on commit 426bca8

Please sign in to comment.