You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnpaidExecution barriers expect UnpaidExecution instruction as the first instruction in a program.
InitiateTeleport, InitiateReserveWithdraw, DepositReserveAsset instructions build the remote/onward XCM themselves, and do not support adding UnpaidExecution as the first instruction.
They should.
Note: TransferReserveAsset is really only ever called on the XCM origin chain, so it doesn't need this. Its sibling DepositReserveAsset is used on remote chains.
The text was updated successfully, but these errors were encountered:
UnpaidExecution barriers expect
UnpaidExecution
instruction as the first instruction in a program.InitiateTeleport
,InitiateReserveWithdraw
,DepositReserveAsset
instructions build the remote/onward XCM themselves, and do not support addingUnpaidExecution
as the first instruction.They should.
Note:
TransferReserveAsset
is really only ever called on the XCM origin chain, so it doesn't need this. Its siblingDepositReserveAsset
is used on remote chains.The text was updated successfully, but these errors were encountered: