Skip to content

Commit

Permalink
Update evm-template/runtime/src/configs/xcm_config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alistair Singh <[email protected]>
  • Loading branch information
ozgunozerk and alistair-singh authored Oct 22, 2024
1 parent 56e75a5 commit e254dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm-template/runtime/src/configs/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ impl Reserve for DOTReserveProvider {
let dot_here = Location::new(1, Here);
let dot_asset_hub = AssetHubLocation::get();

if location == &dot_here || location == &dot_asset_hub {
if location == &dot_here {
Some(dot_asset_hub) // Reserve is on AssetHub.
} else {
None
Expand Down

0 comments on commit e254dee

Please sign in to comment.