Skip to content
Commit d451c38c authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix custom on runtime upgrade not being called (#9399)

When the `Executive` was used through the `ExecuteBlock` trait, the
custom on runtime upgrade wasn't called. This happened because we forgot
to forward the type and it instead used default type `()` that doesn't
do anything. This pr fixes it by forwarding the type and also adds a
regression test.
parent f6b5c7c3
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