Added origin to config for universal_origin benchmark (#6986)

This commit is contained in:
Branislav Kontur
2023-04-04 09:34:56 +02:00
committed by GitHub
parent 3ab60efc26
commit 3f67c93dd1
6 changed files with 9 additions and 9 deletions
@@ -163,8 +163,8 @@ impl generic::Config for Test {
Ok(Default::default())
}
fn universal_alias() -> Result<Junction, BenchmarkError> {
Ok(GlobalConsensus(ByGenesis([0; 32])))
fn universal_alias() -> Result<(MultiLocation, Junction), BenchmarkError> {
Ok((Here.into(), GlobalConsensus(ByGenesis([0; 32]))))
}
fn transact_origin_and_runtime_call(