From c8dd1044e03fb0828113dcde60f31819112a38c7 Mon Sep 17 00:00:00 2001 From: Liam Aharon Date: Fri, 1 Dec 2023 14:52:10 +0400 Subject: [PATCH] typo --- relay/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/kusama/src/lib.rs b/relay/kusama/src/lib.rs index e41557ff74..a5dca2b45f 100644 --- a/relay/kusama/src/lib.rs +++ b/relay/kusama/src/lib.rs @@ -2394,7 +2394,7 @@ sp_api::impl_runtime_apis! { } fn subscribe_origin() -> Result { - Ok(AssetHub::get()) + Ok(AssetHubLocation::get()) } fn claimable_asset() -> Result<(MultiLocation, MultiLocation, MultiAssets), BenchmarkError> {