Skip to content

Commit

Permalink
fix(types): memo not required for SendIbcTokensArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Dec 5, 2022
1 parent 61d9c54 commit e169151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graz/src/actions/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface SendIbcTokensArgs {
timeoutHeight?: Height;
timeoutTimestamp?: number;
fee: number | StdFee | "auto";
memo: string;
memo?: string;
}

export const sendIbcTokens = async ({
Expand Down

0 comments on commit e169151

Please sign in to comment.