Remove stray comment

This commit is contained in:
emostov
2020-12-16 09:14:27 -08:00
parent f356ca38e4
commit 722c38d01e
-1
View File
@@ -251,7 +251,6 @@ pub struct DefaultExtra<T: System> {
tx_version: u32,
nonce: T::Index,
genesis_hash: T::Hash,
// Era and either the genesis_hash if immortal or the current hash if mortal
era_info: (Era, Option<T::Hash>),
}