Skip to content

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Sep 21, 2024
1 parent e9273d3 commit 8920f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors/checkXcmTxInputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ export const checkXcmTxInputs = async (baseArgs: XcmBaseArgsWithPallet, opts: Ch
const relayChainInfo = registry.currentRelayRegistry;

/**
* Require `sendersAddr` when dryRunCall option is true
* Require `sendersAddr` and `xcmFeeAsset` when dryRunCall option is true
*/
checkDryRunCallOptionIncludesSendersAddressAndXcmFeeAsset(dryRunCall, sendersAddr, xcmFeeAsset);

Expand Down

0 comments on commit 8920f34

Please sign in to comment.