Update to latest substrate master (#197)

This commit is contained in:
Bastian Köcher
2019-03-29 16:35:39 +01:00
committed by DemiMarie-parity
parent 0b726e7605
commit c12ed7d8ac
12 changed files with 246 additions and 241 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ use parking_lot::RwLock;
use super::NetworkService;
/// The engine ID of the polkadot attestation system.
pub const POLKADOT_ENGINE_ID: substrate_network::ConsensusEngineId = [b'd', b'o', b't', b'1'];
pub const POLKADOT_ENGINE_ID: sr_primitives::ConsensusEngineId = [b'd', b'o', b't', b'1'];
/// A gossip message.
#[derive(Encode, Decode, Clone)]
+1 -1
View File
@@ -208,7 +208,7 @@ impl Core<Block> for RuntimeApi {
unimplemented!("Not required for testing!")
}
fn initialise_block_runtime_api_impl(
fn initialize_block_runtime_api_impl(
&self,
_: &BlockId,
_: ExecutionContext,