Update Substrate & Polkadot (#330)

This commit is contained in:
Bastian Köcher
2021-02-16 17:42:08 +01:00
committed by GitHub
parent 4820fa16b1
commit f04ce0655b
4 changed files with 258 additions and 291 deletions
-2
View File
@@ -360,8 +360,6 @@ impl ProvideRuntimeApi<PBlock> for TestApi {
sp_api::mock_impl_runtime_apis! {
impl ParachainHost<PBlock> for RuntimeApi {
type Error = sp_blockchain::Error;
fn validators(&self) -> Vec<ValidatorId> {
self.data.validators.clone()
}