Skip to content

Commit

Permalink
fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed Sep 4, 2024
1 parent b5517b4 commit e83f4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/registrar/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ impl<T, AccountId> RegistrarHandler<AccountId> for mock_data::Pallet<T> {
fn register(
_who: AccountId,
id: ParaId,
_genesis_storage: Vec<tp_traits::ContainerChainGenesisDataItem>,
_genesis_storage: &[tp_traits::ContainerChainGenesisDataItem],
_head_data: Option<tp_traits::HeadData>,
) -> sp_runtime::DispatchResult {
Mock::mutate(|m| {
Expand Down

0 comments on commit e83f4a4

Please sign in to comment.