Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Jul 30, 2024
1 parent 14b2559 commit 239fd6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ pub mod pallet {
proactive_refresh_keys: self.proactive_refresh_data.1.clone(),
};
ProactiveRefresh::<T>::put(refresh_info);

// mocks a signer rotation for tss new_reshare tests
if self.mock_signer_rotate {
NextSigners::<T>::put(NextSignerInfo {
next_signers: self.inital_signers.clone(),
Expand All @@ -240,6 +240,7 @@ pub mod pallet {

ReshareData::<T>::put(ReshareInfo {
block_number: 4u32.into(),
// Alice signer public key
new_signer: vec![
212, 53, 147, 199, 21, 253, 211, 28, 97, 20, 26, 189, 4, 169, 159, 214,
130, 44, 133, 88, 133, 76, 205, 227, 154, 86, 132, 231, 165, 109, 162, 125,
Expand Down

0 comments on commit 239fd6b

Please sign in to comment.