Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve TryDecodeEntireState output #2724

Merged
merged 10 commits into from
Dec 23, 2023
Prev Previous commit
Next Next commit
fix
  • Loading branch information
liamaharon committed Dec 20, 2023
commit 7dae7a0040bce04a77da96e0ae2b5b347115de85
1 change: 1 addition & 0 deletions substrate/frame/executive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ where
log::info!(
target: LOG_TARGET,
"✅ Entire runtime state decodes without error. {} bytes total.",
bytes
);

Ok(())
Expand Down