mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 23:51:01 +00:00
Added origin to config for universal_origin benchmark (#6986)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user