From 3f938653789c9df2d239e4e682be2f7227761c6b Mon Sep 17 00:00:00 2001 From: yuanchengjiayu Date: Wed, 20 Nov 2024 23:14:55 +0800 Subject: [PATCH] task6 --- mover/yuanchengjiayu/code/task6/my-first-sui-dapp/src/task.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mover/yuanchengjiayu/code/task6/my-first-sui-dapp/src/task.tsx b/mover/yuanchengjiayu/code/task6/my-first-sui-dapp/src/task.tsx index e4a57889d..a0b469dec 100644 --- a/mover/yuanchengjiayu/code/task6/my-first-sui-dapp/src/task.tsx +++ b/mover/yuanchengjiayu/code/task6/my-first-sui-dapp/src/task.tsx @@ -49,7 +49,7 @@ export function Task(){ const [toBorrowCoin] = await borrowCoin(tx, wusdcPool, borrow_amount); - // 存入USDC + // 存入USDC await depositCoin(tx, wusdcPool,toBorrowCoin, borrow_amount); // 提交交易