From 1b917219c5bf1ed42159b62a98a4201b25e3f9fd Mon Sep 17 00:00:00 2001 From: Oxy <76278067+oxy-Op@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:00:07 +0530 Subject: [PATCH] Update add-balance-by-sol.en.ts changed typo in comment : from `trasnfer` to `transfer` --- code/token/wrapped-sol/add-balance-by-sol.en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/token/wrapped-sol/add-balance-by-sol.en.ts b/code/token/wrapped-sol/add-balance-by-sol.en.ts index adb5bf98e..2808c7396 100644 --- a/code/token/wrapped-sol/add-balance-by-sol.en.ts +++ b/code/token/wrapped-sol/add-balance-by-sol.en.ts @@ -40,7 +40,7 @@ import * as bs58 from "bs58"; let amount = 1 * 1e9; /* Wrapped SOL's decimals is 9 */ let tx = new Transaction().add( - // trasnfer SOL + // transfer SOL SystemProgram.transfer({ fromPubkey: alice.publicKey, toPubkey: ata,