Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove on_chain_votes function in ParachainHost impl
Browse files Browse the repository at this point in the history
  • Loading branch information
apopiak committed Oct 13, 2021
1 parent eebadf0 commit 0f320d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/network/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,5 @@ sp_api::mock_impl_runtime_apis! {
fn validation_code_by_hash(_: ValidationCodeHash) -> Option<ValidationCode> {
None
}

fn on_chain_votes() -> Option<ScrapedOnChainVotes<Hash>> {
None
}
}
}

0 comments on commit 0f320d8

Please sign in to comment.