Skip to content

Commit

Permalink
Add new field to attestation pallet mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Nov 14, 2024
1 parent 1d4eb58 commit ebe7280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/attestation/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ pub fn new_test_ext() -> sp_io::TestExternalities {
],
proactive_refresh_data: (vec![], vec![]),
mock_signer_rotate: (false, vec![], vec![]),
jump_started_signers: None,
};
pallet_staking_extension.assimilate_storage(&mut t).unwrap();

Expand Down

0 comments on commit ebe7280

Please sign in to comment.