Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Dec 1, 2023
1 parent 1a931f6 commit c8dd104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ sp_api::impl_runtime_apis! {
}

fn subscribe_origin() -> Result<MultiLocation, BenchmarkError> {
Ok(AssetHub::get())
Ok(AssetHubLocation::get())
}

fn claimable_asset() -> Result<(MultiLocation, MultiLocation, MultiAssets), BenchmarkError> {
Expand Down

0 comments on commit c8dd104

Please sign in to comment.