Replies: 1 comment
-
Hi @Chralt98 the unreachable code was removed as part of /pull/375. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This will never get printed, if it relies on frame-executive. Because the first unwrap in
try_runtime_upgrade()
would lead to a panic, therefore the code stops executing and wouldn't reach thelog::info
from the call stack."Additional information" never mentioned.
Beta Was this translation helpful? Give feedback.
All reactions