Skip to content

Commit 4162d9b

Browse files
committed
deploy-config fix
1 parent 5ea9b1e commit 4162d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coding-assignment/smart_contracts/nft_marketplace/deploy-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export async function deploy() {
147147
)
148148

149149
const assetInfo = await algorand.account.getAssetInformation(buyer, assetId)
150-
console.log(`${buyerName}가 티켓 1장을 추가 구매하여 ${assetInfo.balance}개의 티켓을 보유하고 있어요!`)
150+
console.log(`${buyerName}가 티켓 1장을 구매하여 ${assetInfo.balance}개의 티켓을 보유하고 있어요!`)
151151
}
152152

153153
await buyAsset(buyerAppClient, 'buyer', buyer, assetId, 1, app.appAddress, unitaryPrice)

0 commit comments

Comments
 (0)