Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 25, 2023
1 parent 91e473d commit 77ef109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/errors/checkXcmTxInputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ export const checkLiquidTokenValidity = async (
for (let i = 0; i < poolAssets.length; i++) {
const poolAsset = poolAssets[i];
const poolAssetData = JSON.stringify(poolAsset[0].toHuman()).replace(/(\d),/g, '$1');
// TODO: remove this createType
const palletAssetConversionNativeOrAssetIdData = api.registry.createType(
'Vec<Vec<MultiLocation>>',
JSON.parse(poolAssetData)
Expand Down

0 comments on commit 77ef109

Please sign in to comment.