Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 05decb2

Browse files
kalaninjavalentinfernandez1
authored andcommitted
fix pallet_xcm_benchmarks::generic::claim_asset benchmark (#226)
1 parent f42817b commit 05decb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/trappist/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ impl_runtime_apis! {
11361136

11371137
fn claimable_asset() -> Result<(MultiLocation, MultiLocation, MultiAssets), BenchmarkError> {
11381138
let origin = RelayLocation::get();
1139-
let assets: MultiAssets = (Concrete(RelayLocation::get()), 1_000 * UNITS).into();
1139+
let assets: MultiAssets = (Concrete(SelfReserve::get()), 1_000 * UNITS).into();
11401140
let ticket = MultiLocation { parents: 0, interior: Here };
11411141
Ok((origin, ticket, assets))
11421142
}

0 commit comments

Comments
 (0)