Update to latest Substrate (#753)

* Attempt to merge, but not easy

* Bump runtime version
This commit is contained in:
Gavin Wood
2020-01-10 20:28:58 +01:00
committed by GitHub
parent 07d548a107
commit 7c74c5aa20
3 changed files with 106 additions and 106 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ decl_storage! {
pub RecentParaBlocks: map T::BlockNumber => Option<IncludedBlocks<T>>;
/// Attestations on a recent parachain block.
pub ParaBlockAttestations: double_map T::BlockNumber, blake2_128(Hash) => Option<BlockAttestations<T>>;
pub ParaBlockAttestations: double_map T::BlockNumber, hasher(blake2_128) Hash => Option<BlockAttestations<T>>;
// Did we already have more attestations included in this block?
DidUpdate: bool;