From 910a5c1b97e201bd310507598bf8e22c7023c99c Mon Sep 17 00:00:00 2001 From: Jackson Doherty Date: Sun, 24 Nov 2024 22:51:44 -0500 Subject: [PATCH] Fix typo --- common/js/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/helpers.ts b/common/js/helpers.ts index d304c4c..0289b22 100644 --- a/common/js/helpers.ts +++ b/common/js/helpers.ts @@ -18,7 +18,7 @@ export function randomStr(numChars: number): string { } /** - * @returns null account already has enough rent + * @returns null if account already has enough lamports to meet rent exemption */ export async function getReachMinRentTx( connection: Connection,