Skip to content

Commit

Permalink
update pallet_mmr config in beefy mock
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhavyas committed Apr 11, 2024
1 parent 2fb5e4c commit f7a9d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions substrate/frame/beefy-mmr/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ impl pallet_mmr::Config for Test {

type OnNewRoot = pallet_beefy_mmr::DepositBeefyDigest<Test>;

type BlockHashProvider = pallet_mmr::DefaultBlockHashProvider<Test>;

type WeightInfo = ();
}

Expand Down

0 comments on commit f7a9d65

Please sign in to comment.