Skip to content

Commit

Permalink
update xcmPalletOverride
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Oct 4, 2024
1 parent d8d9815 commit ad83957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ interface TransferArgsOpts<T extends Format> {
xcmFeeAsset?: string;

/**
* Optionally manually sets the pallet you intend to you use for the current transaction.
* Optionally manually sets the pallet to you use for the current transaction.
*/
xcmPalletOverride?: XcmPallet;
}
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export interface TransferArgsOpts<T extends Format> {
xcmFeeAsset?: string;

/**
* Optionally manually sets the pallet you intend to you use for the current transaction.
* Optionally manually sets the pallet to you use for the current transaction.
*/
xcmPalletOverride?: XcmPallet;
}
Expand Down

0 comments on commit ad83957

Please sign in to comment.