mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 11:17:56 +00:00
Whitelist 'intrablock_entropy' (#14489)
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
4137aa687d
commit
234ceca1cc
@@ -551,6 +551,12 @@ pub fn benchmarks(
|
||||
#krate::well_known_keys::EXTRINSIC_INDEX.into()
|
||||
);
|
||||
whitelist.push(extrinsic_index);
|
||||
// Whitelist the `:intrablock_entropy`.
|
||||
let intrablock_entropy = #krate::TrackedStorageKey::new(
|
||||
#krate::well_known_keys::INTRABLOCK_ENTROPY.into()
|
||||
);
|
||||
whitelist.push(intrablock_entropy);
|
||||
|
||||
#krate::benchmarking::set_whitelist(whitelist.clone());
|
||||
let mut results: #krate::Vec<#krate::BenchmarkResult> = #krate::Vec::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user