Companion for #3007 (Track teleported assets) (#436)

* Companion for #3007: Track teleported assets

* Bump

* Try fix the breakage

Co-authored-by: Sergei Shulepov <sergei@parity.io>
This commit is contained in:
Gavin Wood
2021-05-12 22:51:28 +02:00
committed by GitHub
parent 3194febb1f
commit 23d04ceb3c
5 changed files with 282 additions and 239 deletions
@@ -280,6 +280,8 @@ pub type LocalAssetTransactor = CurrencyAdapter<
LocationToAccountId,
// Our chain's account ID type (we can't get away without mentioning it explicitly):
AccountId,
// We don't track any teleports.
(),
>;
/// This is the type we use to convert an (incoming) XCM origin into a local `Origin` instance,