Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GrandpaJustification: Feature gate
Debug
(paritytech#12664)
The grandpa crate is deriving `Debug` only when the `std` feature is enabled. `RuntimeDebug` can be forced to derive `Debug` also in `no_std` and that doesn't work together. So, we should feature gate `Debug` on `no_std`.
- Loading branch information