Fix Ethereum pallet benchmarks (#601)

This commit is contained in:
Svyatoslav Nikolsky
2021-01-04 22:33:18 +03:00
committed by Bastian Köcher
parent 5ed92180bb
commit 481a3fff19
4 changed files with 51 additions and 28 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ fn is_finalized(
}
/// Prepare 'votes' of header and its ancestors' signers.
fn prepare_votes<Submitter>(
pub(crate) fn prepare_votes<Submitter>(
mut cached_votes: CachedFinalityVotes<Submitter>,
best_finalized: HeaderId,
validators: &BTreeSet<&Address>,