Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Remove destination parachain transfer #179

Merged

Conversation

alistair-singh
Copy link

Comment on lines 408 to +410
// Final destination is a 20-byte account on a sibling of AssetHub
Destination::ForeignAccountId20 { para_id, id, fee } =>
(Some(para_id), Location::new(0, [AccountKey20 { network: None, key: id }]), fee),
Destination::ForeignAccountId20 { para_id, id, .. } =>
Location::new(0, [AccountKey20 { network: None, key: id }]),
Copy link

@yrong yrong Sep 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This branch seems not nessessary?

Copy link

@yrong yrong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@yrong yrong merged commit 947201d into polkadot-native-assets Sep 11, 2024
57 of 106 checks passed
@yrong yrong deleted the alistair/remove-initiate-reserve-withdraw branch September 11, 2024 00:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants