Commit b43a1b0b authored by Adrian Catangiu's avatar Adrian Catangiu Committed by GitHub
Browse files

pallet-beefy-mmr: fix when using custom hashing (#14273)



`Hash` is no longer part of `pallet_mmr::Config`, but this code
would still build because it assumes we're referring to underlying
`<pallet_mmr::Config as frame_system::Config>::Hash` which is not
what we want when using different hashing between `frame_system`
and `pallet_mmr`.

Disambiguate by using correct `pallet_mmr::Config::Hashing` type.

Signed-off-by: default avataracatangiu <[email protected]>
parent 3da94490
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment