Skip to content

Commit

Permalink
fixup! test: multichain test of auto-stake-it
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jul 17, 2024
1 parent 5061f11 commit 36f2cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multichain-testing/test/auto-stake-it.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const makeFundAndTransfer = (t: ExecutionContext<SetupContextWithWallets>) => {
{ address: address, chainName },
Date.now(),
);
console.log('Transfer Args:', transferArgs);
// TODO #9200 `sendIbcTokens` does not support `memo`
// @ts-expect-error spread argument for concise code
const txRes = await client.sendIbcTokens(...transferArgs);
Expand Down

0 comments on commit 36f2cf6

Please sign in to comment.