Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed Jan 24, 2024
1 parent 311968b commit 6020a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/pallet-xcm-benchmarks/src/generic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub mod pallet {

/// Asset used to pay for fees. Used to buy weight in benchmarks, for example in
/// `refund_surplus`.
fn fee_asset() -> Result<MultiAsset, BenchmarkError>;
fn fee_asset() -> Result<Asset, BenchmarkError>;

/// Return an unlocker, owner and assets that can be locked and unlocked.
fn unlockable_asset() -> Result<(Location, Location, Asset), BenchmarkError>;
Expand Down

0 comments on commit 6020a71

Please sign in to comment.