Skip to content

Commit

Permalink
fix small issue with weighting transfer_multiasset (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki authored Oct 3, 2022
1 parent 44fda44 commit 2486302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtokens/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ pub mod module {
{
let mut msg = match transfer_kind {
SelfReserveAsset => Xcm(vec![TransferReserveAsset {
assets: vec![].into(),
assets: vec![asset].into(),
dest,
xcm: Xcm(vec![]),
}]),
Expand Down

0 comments on commit 2486302

Please sign in to comment.