mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
Fix Ethereum pallet benchmarks (#601)
This commit is contained in:
committed by
Bastian Köcher
parent
5ed92180bb
commit
481a3fff19
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user